Aracılığıyla paylaş


DsmlSoapHttpConnection Oluşturucular

Tanım

DsmlSoapHttpConnection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

DsmlSoapHttpConnection(DsmlDirectoryIdentifier)

DsmlSoapHttpConnection sınıfının yeni bir örneğini başlatır.

DsmlSoapHttpConnection(Uri)

DsmlSoapHttpConnection sınıfının yeni bir örneğini başlatır.

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)

DsmlSoapHttpConnection sınıfının yeni bir örneğini başlatır.

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)

Belirtilen tanımlayıcıyı, ağ kimlik bilgilerini ve kimlik doğrulama türünü kullanarak sınıfının yeni bir örneğini DsmlSoapHttpConnection başlatır.

DsmlSoapHttpConnection(DsmlDirectoryIdentifier)

DsmlSoapHttpConnection sınıfının yeni bir örneğini başlatır.

public:
 DsmlSoapHttpConnection(System::DirectoryServices::Protocols::DsmlDirectoryIdentifier ^ identifier);
public DsmlSoapHttpConnection (System.DirectoryServices.Protocols.DsmlDirectoryIdentifier identifier);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlDirectoryIdentifier -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (identifier As DsmlDirectoryIdentifier)

Parametreler

identifier
DsmlDirectoryIdentifier

Bağlantı için sunucuyu belirten bir nesne.

Özel durumlar

identifier null (Nothing Visual Basic'te).

Şunlara uygulanır

DsmlSoapHttpConnection(Uri)

DsmlSoapHttpConnection sınıfının yeni bir örneğini başlatır.

public:
 DsmlSoapHttpConnection(Uri ^ uri);
public DsmlSoapHttpConnection (Uri uri);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : Uri -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (uri As Uri)

Parametreler

uri
Uri

Bağlantının sunucusu.

Özel durumlar

uri null (Nothing Visual Basic'te).

Şunlara uygulanır

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)

DsmlSoapHttpConnection sınıfının yeni bir örneğini başlatır.

public:
 DsmlSoapHttpConnection(System::DirectoryServices::Protocols::DsmlDirectoryIdentifier ^ identifier, System::Net::NetworkCredential ^ credential);
public DsmlSoapHttpConnection (System.DirectoryServices.Protocols.DsmlDirectoryIdentifier identifier, System.Net.NetworkCredential credential);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlDirectoryIdentifier * System.Net.NetworkCredential -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (identifier As DsmlDirectoryIdentifier, credential As NetworkCredential)

Parametreler

identifier
DsmlDirectoryIdentifier

Bağlantının sunucusu.

credential
NetworkCredential

Ağ kimlik bilgileri.

Özel durumlar

identifier null (Nothing Visual Basic'te).

Şunlara uygulanır

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)

Belirtilen tanımlayıcıyı, ağ kimlik bilgilerini ve kimlik doğrulama türünü kullanarak sınıfının yeni bir örneğini DsmlSoapHttpConnection başlatır.

public:
 DsmlSoapHttpConnection(System::DirectoryServices::Protocols::DsmlDirectoryIdentifier ^ identifier, System::Net::NetworkCredential ^ credential, System::DirectoryServices::Protocols::AuthType authType);
public DsmlSoapHttpConnection (System.DirectoryServices.Protocols.DsmlDirectoryIdentifier identifier, System.Net.NetworkCredential credential, System.DirectoryServices.Protocols.AuthType authType);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlDirectoryIdentifier * System.Net.NetworkCredential * System.DirectoryServices.Protocols.AuthType -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (identifier As DsmlDirectoryIdentifier, credential As NetworkCredential, authType As AuthType)

Parametreler

identifier
DsmlDirectoryIdentifier

Bağlantının sunucusu.

credential
NetworkCredential

Ağ kimlik bilgileri.

authType
AuthType

Bu bağlantı için kullanılacak kimlik doğrulama türü.

Özel durumlar

identifier bir null başvurudur (Nothing Visual Basic'te).

authType değeri DSML tarafından desteklenen değerlerden biri değildir. DSML yalnızca Anonim, Ntlm, Temel, Anlaşma ve özet özelliklerini destekler.

authType değer, sabit listesinde tanımlanan AuthType sabitlerden biri değildir.

Şunlara uygulanır