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 TlsSocket is using for communications.

Implements

ISocket..::..LocalEndPoint

Remarks

The LocalEndPoint property contains the network connection information associated with the local network device.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also