RasEntry.FramingProtocol Property

DotRas SDK

Collapse image Expand Image Copy image CopyHover image
Gets or sets the framing protocol used by the server.

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

Syntax

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

Property Value

Type: RasFramingProtocol

Remarks

To use compressed SLIP, set the Slip flag, and set the IPHeaderCompression flag on the Options property.

See Also