RasIkeV2Options.ServerBehindNat Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets a value indicating whether the server is behind Network Address Translation (NAT).

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public bool ServerBehindNat { get; }
Visual Basic
Public ReadOnly Property ServerBehindNat As Boolean
	Get
Visual C++
public:
property bool ServerBehindNat {
	bool get ();
}
F#
member ServerBehindNat : bool with get

Property Value

Type: Boolean

See Also