Specifies the networking protocols supported by the InternetDialer class.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
These values may be combined if multiple protocols should be negotiated when the connection is established. Note that unless there is a specific need for the application to use the NetBEUI or IPX protocols, it is recommended that only the TCP/IP protocol be specified.
| Member Name | Description | Value |
|---|---|---|
| networkProtocolNetBEUI | Negotiate the NetBEUI protocol. | 1 |
| networkProtocolIPX | Negotiate the IPX protocol. | 2 |
| networkProtocolIP | Negotiate the TCP/IP protocol. | 4 |
Namespace: SocketTools
Assembly: SocketTools.InternetDialer (in SocketTools.InternetDialer.dll)