VpnChannelConfiguration.ServerUris Property
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.
Gets the list of URIs that describe the VPN servers to connect to and the URI to use when connecting to them. This is analogous to the ServerHostNames, but are in URI format which allows for more information to be carried per server.
public:
property IVectorView<Uri ^> ^ ServerUris { IVectorView<Uri ^> ^ get(); };
IVectorView<Uri> ServerUris();
public IReadOnlyList<System.Uri> ServerUris { get; }
var iVectorView = vpnChannelConfiguration.serverUris;
Public ReadOnly Property ServerUris As IReadOnlyList(Of Uri)
Property Value
The list of URIs that describe the VPN servers to connect to and the URI to use when connecting to them.
Windows requirements
App capabilities |
networkingVpnProvider
|