Gets and sets a value which indicates if packets should be routed.
Returns true if packets should be routed; otherwise returns false. The default value is true.
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.