public final class VpnClientProtocol extends Object
| Modifier and Type | Field and Description |
|---|---|
static VpnClientProtocol |
IKE_V2
Static value IkeV2 for VpnClientProtocol.
|
static VpnClientProtocol |
SSTP
Static value SSTP for VpnClientProtocol.
|
| Constructor and Description |
|---|
VpnClientProtocol(String value)
Creates a custom value for VpnClientProtocol.
|
public static final VpnClientProtocol IKE_V2
public static final VpnClientProtocol SSTP
public VpnClientProtocol(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/