DotRas SDK Documentation |
RasConnectionStatus..::..RemoteEndPoint Property |
RasConnectionStatus Class See Also Send Feedback |
Gets the remote server 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 RemoteEndPoint { get; } |
Visual Basic |
---|
Public ReadOnly Property RemoteEndPoint As IPAddress Get |
Visual C++ |
---|
public: property IPAddress^ RemoteEndPoint { IPAddress^ get (); } |
F# |
---|
member RemoteEndPoint : IPAddress with get |