VpnNamespaceInfo.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.
Not supported.
public:
property IVector<HostName ^> ^ WebProxyServers { IVector<HostName ^> ^ get(); void set(IVector<HostName ^> ^ value); };
IVector<HostName> WebProxyServers();
void WebProxyServers(IVector<HostName> value);
public IList<HostName> WebProxyServers { get; set; }
var iVector = vpnNamespaceInfo.webProxyServers;
vpnNamespaceInfo.webProxyServers = iVector;
Public Property WebProxyServers As IList(Of HostName)
Property Value
Not supported.
Windows requirements
App capabilities |
networkingVpnProvider
|