nwsWebPort                package:nws                R Documentation

_G_e_t _w_e_b _p_o_r_t

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

     Get the web port of the NWS server associated with nwsServer or
     managedServerInfo object.

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

     ## S4 method for signature 'nwsServer':
     nwsWebPort(.Object)
     ## S4 method for signature 'managedServerInfo':
     nwsWebPort(.Object)

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

 .Object: an object of class 'nwsServer' or 'managedServerInfo'.

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

     a double representing the web port associated with the object.

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

     ## Not run: 
     # create an nwsServer and get it's web port
     si <- managedServerInfo()
     nwsWebPort(si)

     # create a connection to the server and verify that you get the same web port
     nwsWebPort(nwsServer(serverInfo=si))
     ## End(Not run)

