Share via


VpnNamespaceInfo.WebProxyServers Property

Definition

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

Applies to