RasConnectionStatus.RemoteEndPoint Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
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

Property Value

Type: IPAddress

See Also