nwsPort {nws} | R Documentation |
Get port associated with serverInfo object.
## S4 method for signature 'serverInfo': nwsPort(.Object)
.Object |
an serverInfo class or managedServerInfo class object |
a double representing the port associated with the serverInfo object
## Not run: # example nwsPort(serverInfo()) ## End(Not run)