nwsHost                 package:nws                 R Documentation

_g_e_t _h_o_s_t_n_a_m_e

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

     Get hostname associated with serverInfo object.

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

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

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

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

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

     A character vector representing the hostname associated with the
     serverInfo object.  If the server is a managed server that has
     been bound to any interface, will return '0.0.0.0'.

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

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

