Defines the projection types.
Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
| C# |
|---|
public enum RasProjectionType |
| Visual Basic |
|---|
Public Enumeration RasProjectionType |
| Visual C++ |
|---|
public enum class RasProjectionType |
| F# |
|---|
type RasProjectionType |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Amb | 0 | Authentication Message Block (AMB) protocol. | |
| Nbf | 1 | NetBEUI Framer (NBF) protocol. | |
| Ipx | 2 | Internetwork Packet Exchange (IPX) control protocol. | |
| IP | 3 | Internet Protocol (IP) control protocol. | |
| Ccp | 4 | Compression Control Protocol (CCP). | |
| Lcp | 5 | Link Control Protocol (LCP). | |
| Slip | 6 |
Serial Line Internet Protocol (SLIP).
Windows Vista or later: This value is no longer supported. |
|
| IPv6 | 7 |
Internet Protocol Version 6 (IPv6) control protocol.
Windows Vista or later: This value is supported. |
|
| Ppp | 8 |
Point-to-Point protocol (PPP).
Windows 7 or later: This value is supported. |
|
| IkeV2 | 9 |
Internet Key Exchange (IKEv2) protocol.
Windows 7 or later: This value is supported. |
Remarks
The projection types defined here are used on a projection operation on an active connection.