RasEntryOptions.DisableLcpExtensions Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets a value indicating whether the remote access service will disable the PPP LCP extensions.

Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)

Syntax

C#
public bool DisableLcpExtensions { get; set; }
Visual Basic
Public Property DisableLcpExtensions As Boolean
	Get
	Set
Visual C++
public:
property bool DisableLcpExtensions {
	bool get ();
	void set (bool value);
}
F#
member DisableLcpExtensions : bool with get, set

Property Value

Type: Boolean

Remarks

This option causes RAS to disable the PPP LCP extensions defined in RFC 1570. This may be necessary for certain older PPP implementations, but interferes with features such as server callback. Do not set this option unless specifically required.

See Also