Gets the local endpoint.
Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Public ReadOnly Property LocalEndPoint As EndPoint Get |
C# |
---|
public EndPoint LocalEndPoint { get; } |
Field Value
The local endpoint that the ProxySocket is using for communications.Implements
ISocket..::..LocalEndPointRemarks
The LocalEndPoint property contains the network connection information associated with the local network device.