Bagikan melalui


VpnNamespaceInfo Konstruktor

Definisi

Tidak didukung.

public:
 VpnNamespaceInfo(Platform::String ^ name, IVector<HostName ^> ^ dnsServerList, IVector<HostName ^> ^ proxyServerList);
 VpnNamespaceInfo(winrt::hstring const& name, IVector<HostName> const& dnsServerList, IVector<HostName> const& proxyServerList);
public VpnNamespaceInfo(string name, IList<HostName> dnsServerList, IList<HostName> proxyServerList);
function VpnNamespaceInfo(name, dnsServerList, proxyServerList)
Public Sub New (name As String, dnsServerList As IList(Of HostName), proxyServerList As IList(Of HostName))

Parameter

name
String

Platform::String

winrt::hstring

Daftar server DNS untuk melakukan resolusi DNS saat menyelesaikan nama di namespace.

dnsServerList

IVector<HostName>

IList<HostName>

Daftar server DNS untuk melakukan resolusi DNS saat menyelesaikan nama di namespace.

proxyServerList

IVector<HostName>

IList<HostName>

Daftar server proksi web yang akan digunakan saat menyambungkan ke sumber daya di namespace yang ditentukan.

Persyaratan Windows

Kemampuan aplikasi
networkingVpnProvider

Berlaku untuk