VpnRoute(HostName, Byte) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
VpnRoute(HostName ^ address, byte prefixSize);
VpnRoute(HostName const& address, byte const& prefixSize);
public VpnRoute(HostName address, byte prefixSize);
function VpnRoute(address, prefixSize)
Public Sub New (address As HostName, prefixSize As Byte)
Parameters
- address
- HostName
The ID or the address of the subnet under the route control.
- prefixSize
-
Byte
byte
The size (in bits) to be considered by the subnet.
Windows requirements
App capabilities |
networkingVpnProvider
|