VpnDomainNameInfo.WebProxyServers Property

Definition

Gets a list of web proxy servers to be used when connecting to a resource in the specified namespace.

public:
 property IVector<HostName ^> ^ WebProxyServers { IVector<HostName ^> ^ get(); };
IVector<HostName> WebProxyServers();
public IList<HostName> WebProxyServers { get; }
var iVector = vpnDomainNameInfo.webProxyServers;
Public ReadOnly Property WebProxyServers As IList(Of HostName)

Property Value

A list of web proxy servers to be used when connecting to a resource in the specified namespace.

Windows requirements

App capabilities
networkingVpnProvider

Applies to