VpnDomainNameInfo.WebProxyUris 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得連線到指定命名空間中資源時要使用的 Web Proxy URI。 這個值不同於 WebProxyServers,因為 URI 可以指定自定義埠號碼,而 WebProxyServers 值假設埠 80。
請注意,即使屬性名稱是複數,傳回的 URI 清單永遠不會有一個以上的元素。
public:
property IVector<Uri ^> ^ WebProxyUris { IVector<Uri ^> ^ get(); };
IVector<Uri> WebProxyUris();
public IList<System.Uri> WebProxyUris { get; }
var iVector = vpnDomainNameInfo.webProxyUris;
Public ReadOnly Property WebProxyUris As IList(Of Uri)
屬性值
線上到指定命名空間中的資源時要使用的 Web Proxy 伺服器 URI 清單。
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
應用程式功能 |
networkingVpnProvider
|
備註
若要指定自定義埠號碼,請使用 URI 語法。 例如,若要在 example.com 使用埠 56789,請指定 URI 建構函式 http://example.com:56789
。