SocketWrench .NET Edition

InternetDialer.FramingProtocol Property

Gets and sets the framing protocol for the current phonebook entry.

[Visual Basic]
Public Property FramingProtocol As RasFramingProtocol
[C#]
public InternetDialer.RasFramingProtocol FramingProtocol {get; set;}

Property Value

A RasFramingProtocol enumeration which specifies the framing protocol.

Remarks

The FramingProtocol property is used to set or return the framing protocol used for the current phonebook entry.

Note that unless there is a specific need for the application to use SLIP or the Microsoft RAS protocol, it is recommended that PPP always be selected as the framing protocol.

See Also

InternetDialer Class | SocketTools Namespace