NetworkAddress Constructor
NetworkAddress(string, int)
Initializes a new instance of the Network
Declaration
public NetworkAddress(string hostName, int port = 0)
Parameters
NetworkAddress(IPAddress, int)
Initializes a new instance of the Network
Declaration
public NetworkAddress(IPAddress ipAddress, int port = 0)