VpnChannelConfiguration.ServerUris Property

Definition

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

Applies to