SocketWrench .NET Edition

InternetDialer.NetworkProtocol Property

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

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

Property Value

A RasNetworkProtocol enumeration value which specifies the network protocol.

Remarks

The NetworkProtocol property is used to set or return the network protocol used for the current phonebook entry.

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.

See Also

InternetDialer Class | SocketTools Namespace