Catalyst Internet Mail .NET

InternetDialer.RasNetworkProtocol Enumeration

Specifies the networking protocols supported by the InternetDialer class.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
Public Enum InternetDialer.RasNetworkProtocol
[C#]
[Flags]
public enum InternetDialer.RasNetworkProtocol

Remarks

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.

Members

Member Name Description Value
networkProtocolNetBEUI Negotiate the NetBEUI protocol. 1
networkProtocolIPX Negotiate the IPX protocol. 2
networkProtocolIP Negotiate the TCP/IP protocol. 4

Requirements

Namespace: SocketTools

Assembly: SocketTools.InternetDialer (in SocketTools.InternetDialer.dll)

See Also

SocketTools Namespace