|
| DotRas SDK Documentation |
| RasIkeV2Options..::..ClientBehindNat Property |
| RasIkeV2Options Class See Also Send Feedback |
|
Gets a value indicating whether the client 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 ClientBehindNat { get; } |
| Visual Basic |
|---|
Public ReadOnly Property ClientBehindNat As Boolean Get |
| Visual C++ |
|---|
public: property bool ClientBehindNat { bool get (); } |
| F# |
|---|
member ClientBehindNat : bool with get |