RasLcpInfo Properties

DotRas SDK

Collapse image Expand Image Copy image CopyHover image

The RasLcpInfo type exposes the following members.

Properties

  Name Description
Public property AuthenticationData
Gets the authentication data about the authentication protocol used by the client.
Public property AuthenticationProtocol
Gets the authentication protocol used to authenticate the client.
Public property Bundled
Gets a value indicating whether the connection is composed of multiple links.
Public property EapTypeId
Gets the type id of the Extensible Authentication Protocol (EAP) used to authenticate the local computer.
Public property ErrorCode
Gets the error code (if any) that occurred.
Public property Multilink
Gets a value indicating whether the connection supports multilink.
Public property Options
Gets the additional options for the local computer.
Public property ReplyMessage
Gets the message (if any) from the authentication protocol success/failure packet.
Public property ServerAuthenticationData
Gets the authentication data about the authentication protocol used by the server.
Public property ServerAuthenticationProtocol
Gets the authentication protocol used to authenticate the server.
Public property ServerEapTypeId
Gets the type id of the Extensible Authentication Protocol (EAP) used to authenticate the remote computer.
Public property ServerOptions
Gets the additional options for the remote computer.
Public property ServerTerminateReason
Gets the reason the server terminated the connection.
Public property TerminateReason
Gets the reason the client terminated the connection.

See Also