TlsSocket.LocalEndPoint Property
Namespace: Rebex.Net
Assembly: Rebex.Networking.dll (version 7.0.9083)
LocalEndPoint
Gets the local endpoint.
Declaration
public EndPoint LocalEndPoint { get; }
Property Value
Type | Description |
---|---|
EndPoint | The local endpoint that the TlsSocket is using for communications. |
Implements
Remarks
The LocalEndPoint property contains the network connection information associated with the local network device.