Class RemoteIPEndPoint
Remote endpoint specified by IP address and port.
public sealed class RemoteIPEndPoint : RemoteEndPoint
- Inheritance
-
RemoteIPEndPoint
- Inherited Members
Constructors
RemoteIPEndPoint(IPAddress, int)
Creates a remote IP endpoint.
public RemoteIPEndPoint(IPAddress address, int port)
Parameters
Properties
Address
Gets the IP address.
public IPAddress Address { get; }
Property Value
Port
Gets the port.
public int Port { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.