DotRas SDK Documentation |
RasPppInfo Members |
RasPppInfo Class Methods Properties See Also Send Feedback |
The RasPppInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
AuthenticationData |
Gets the authentication data used by the local client.
|
|
AuthenticationProtocol |
Gets the authentication protocol used to authenticate the local client.
|
|
CcpCompressionAlgorithm |
Gets the compression algorithm in use by the local client.
|
|
CcpOptions |
Gets the compression options on the local client.
|
|
EapTypeId |
Gets the type identifier of the Extensible Authentication Protocol (EAP) used to authenticate the local client.
|
|
InterfaceIdentifier |
Gets the 64-bit IPv6 interface identifier of the client.
|
|
IPAddress |
Gets the IP address of the local client.
|
|
IPv4NegotiationErrorCode |
Gets the result of a PPP IPv4 network control protocol negotiation.
|
|
IPv6NegotiationErrorCode |
Gets the result of a PPP IPv6 network control protocol negotiation.
|
|
IsBundled |
Gets a value indicating whether the connection is composed of multiple links.
|
|
IsMultilink |
Gets a value indicating whether the connection supports multiple links.
|
|
LcpOptions |
Gets the Link Control Protocol (LCP) options in use by the local client.
|
|
Options |
Gets the Internet Protocol Control Protocol (IPCP) options for the local client.
|
|
ServerAuthenticationData |
Gets the authentication data used by the remote server.
|
|
ServerAuthenticationProtocol |
Gets the authentication protocol used by the remote server.
|
|
ServerCcpCompressionAlgorithm |
Gets the compression algorithm in use by the remote server.
|
|
ServerCcpOptions |
Gets the compression options on the remote server.
|
|
ServerEapTypeId |
Gets the type identifier of the Extensible Authentication Protocol (EAP) used to authenticate the remote server.
|
|
ServerInterfaceIdentifier |
Gets the 64-bit IPv6 interface identifier of the server.
|
|
ServerIPAddress |
Gets the IP address of the remote server.
|
|
ServerLcpOptions |
Gets the Link Control Protocol (LCP) options in use by the remote server.
|
|
ServerOptions |
Gets the Internet Protocol Control Protocol (IPCP) options for the remote server.
|