Gets the local endpoint.

Namespace:  Rebex.Net
Assembly:  Rebex.Networking (in Rebex.Networking.dll)

Syntax

Visual Basic
ReadOnly Property LocalEndPoint As EndPoint
	Get
C#
EndPoint LocalEndPoint { get; }

Field Value

The local endpoint that the ISocket is using for communications.

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