Catalyst File Transfer .NET

InternetDialer.DefaultGateway Property

Enable and disable the default gateway for IP packets through the dial-up adapter.

[Visual Basic]
Public Property DefaultGateway As Boolean
[C#]
public bool DefaultGateway {get; set;}

Property Value

A boolean value which specifies if the default gateway should be used.

Remarks

The DefaultGateway property is used to determine the default gateway for IP packets. If set to true, then packets are routed through the dial-up networking adapter when the connection is active. The value of this property corresponds to the Use Default Gateway checkbox on the TCP/IP configuration dialog.

See Also

InternetDialer Class | SocketTools Namespace