RasPppInfo Properties

DotRas SDK

Collapse image Expand Image Copy image CopyHover image

The RasPppInfo type exposes the following members.

Properties

  Name Description
Public property AuthenticationData
Gets the authentication data used by the local client.
Public property AuthenticationProtocol
Gets the authentication protocol used to authenticate the local client.
Public property CcpCompressionAlgorithm
Gets the compression algorithm in use by the local client.
Public property CcpOptions
Gets the compression options on the local client.
Public property EapTypeId
Gets the type identifier of the Extensible Authentication Protocol (EAP) used to authenticate the local client.
Public property InterfaceIdentifier
Gets the 64-bit IPv6 interface identifier of the client.
Public property IPAddress
Gets the IP address of the local client.
Public property IPv4NegotiationErrorCode
Gets the result of a PPP IPv4 network control protocol negotiation.
Public property IPv6NegotiationErrorCode
Gets the result of a PPP IPv6 network control protocol negotiation.
Public property IsBundled
Gets a value indicating whether the connection is composed of multiple links.
Public property IsMultilink
Gets a value indicating whether the connection supports multiple links.
Public property LcpOptions
Gets the Link Control Protocol (LCP) options in use by the local client.
Public property Options
Gets the Internet Protocol Control Protocol (IPCP) options for the local client.
Public property ServerAuthenticationData
Gets the authentication data used by the remote server.
Public property ServerAuthenticationProtocol
Gets the authentication protocol used by the remote server.
Public property ServerCcpCompressionAlgorithm
Gets the compression algorithm in use by the remote server.
Public property ServerCcpOptions
Gets the compression options on the remote server.
Public property ServerEapTypeId
Gets the type identifier of the Extensible Authentication Protocol (EAP) used to authenticate the remote server.
Public property ServerInterfaceIdentifier
Gets the 64-bit IPv6 interface identifier of the server.
Public property ServerIPAddress
Gets the IP address of the remote server.
Public property ServerLcpOptions
Gets the Link Control Protocol (LCP) options in use by the remote server.
Public property ServerOptions
Gets the Internet Protocol Control Protocol (IPCP) options for the remote server.

See Also