NetworkEndpoint constructor
- InternetAddress address
Creates a new instance.
addressThe IP Address of the network endpoint.
Implementation
NetworkEndpoint(this.address)
: port = null;
Creates a new instance.
address The IP Address of the network endpoint.NetworkEndpoint(this.address)
: port = null;