SocketWrench .NET Edition

InternetDialer.LcpExtensions Property

Enables and disables the use of PPP LCP extensions for the current phonebook entry.

[Visual Basic]
Public Property LcpExtensions As Boolean
[C#]
public bool LcpExtensions {get; set;}

Property Value

A boolean value which specifies if PPP LCP extensions are enabled.

Remarks

The LcpExtensions property determines if the PPP LCP extensions defined in RFC 1570 will be used. If the PPP framing protocol is being used for the dial-up connection, it is recommended that this property be set to true. However, some older implementations of PPP may require that this property be set to false in order to establish a connection.

See Also

InternetDialer Class | SocketTools Namespace