VpnDomainNameInfo.WebProxyServers 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 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
|