Specifies the framing protocols supported by the InternetDialer class.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
| Member Name | Description | Value |
|---|---|---|
| framingProtocolPPP | Point-to-Point Protocol (PPP). This is the most common protocol used by Internet Service Providers (ISPs). | 1 |
| framingProtocolSLIP | Serial Line Internet Protocol (SLIP). This is a protocol commonly used when connecting to older UNIX systems. | 2 |
| framingProtocolRAS | A proprietary Microsoft protocol implemented in Windows for Workgroups 3.11 and Windows NT. | 4 |
Namespace: SocketTools
Assembly: SocketTools.InternetDialer (in SocketTools.InternetDialer.dll)