Class RemoteIPListenEndPoint
Remote listen endpoint for port forwarding.
public sealed class RemoteIPListenEndPoint : RemoteEndPoint
- Inheritance
-
RemoteIPListenEndPoint
- Inherited Members
Constructors
RemoteIPListenEndPoint(string, int)
Creates a remote listen endpoint.
public RemoteIPListenEndPoint(string address, int port)
Parameters
Properties
Address
Gets the listen address.
public string Address { get; }
Property Value
Port
Gets the listen port (0 for auto-assigned).
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.