







![]() ![]() |
DotRas SDK Documentation |
RasConnectionStatus..::..LocalEndPoint Property |
RasConnectionStatus Class See Also Send Feedback |
![]() |
Gets the local client endpoint information of a virtual private network (VPN) tunnel.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
---|
public IPAddress LocalEndPoint { get; } |
Visual Basic |
---|
Public ReadOnly Property LocalEndPoint As IPAddress Get |
Visual C++ |
---|
public: property IPAddress^ LocalEndPoint { IPAddress^ get (); } |
F# |
---|
member LocalEndPoint : IPAddress with get |