nwsPort                 package:nws                 R Documentation

_g_e_t _p_o_r_t

_D_e_s_c_r_i_p_t_i_o_n:

     Get port associated with serverInfo object.

_U_s_a_g_e:

     ## S4 method for signature 'serverInfo':
     nwsPort(.Object)

_A_r_g_u_m_e_n_t_s:

 .Object: an 'serverInfo' class or 'managedServerInfo' class object

_V_a_l_u_e:

     a double representing the port associated with the serverInfo
     object

_E_x_a_m_p_l_e_s:

     ## Not run: 
     # example 
     nwsPort(serverInfo())
     ## End(Not run)

