SocketTools .NET Edition

SocketWrench.Route Property

Gets and sets a value which indicates if packets should be routed.

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

Property Value

Returns true if packets should be routed; otherwise returns false. The default value is true.

Remarks

The Route property determines if routing tables should be used when sending data. If the property is set to false, then packets will be sent directly to the network interface; if there is a router between the local and remote hosts, the data will be lost. It is not recommended that you change this property value unless it is required by your application and you fully understand the implications of doing so.

See Also

SocketWrench Class | SocketTools Namespace