DsmlSoapHttpConnection Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Inicjuje nowe wystąpienie klasy DsmlSoapHttpConnection.
Przeciążenia
DsmlSoapHttpConnection(DsmlDirectoryIdentifier) |
Inicjuje nowe wystąpienie klasy DsmlSoapHttpConnection. |
DsmlSoapHttpConnection(Uri) |
Inicjuje nowe wystąpienie klasy DsmlSoapHttpConnection. |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential) |
Inicjuje nowe wystąpienie klasy DsmlSoapHttpConnection. |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType) |
Inicjuje DsmlSoapHttpConnection nowe wystąpienie klasy przy użyciu określonego identyfikatora, poświadczeń sieci i typu uwierzytelniania. |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier)
Inicjuje nowe wystąpienie klasy DsmlSoapHttpConnection.
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)
Parametry
- identifier
- DsmlDirectoryIdentifier
Obiekt, który określa serwer połączenia.
Wyjątki
identifier
ma wartość null (Nothing
w Visual Basic).
Dotyczy
DsmlSoapHttpConnection(Uri)
Inicjuje nowe wystąpienie klasy DsmlSoapHttpConnection.
public:
DsmlSoapHttpConnection(Uri ^ uri);
public DsmlSoapHttpConnection (Uri uri);
new System.DirectoryServices.Protocols.DsmlSoapHttpConnection : Uri -> System.DirectoryServices.Protocols.DsmlSoapHttpConnection
Public Sub New (uri As Uri)
Parametry
- uri
- Uri
Serwer połączenia.
Wyjątki
uri
ma wartość null (Nothing
w Visual Basic).
Dotyczy
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)
Inicjuje nowe wystąpienie klasy DsmlSoapHttpConnection.
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)
Parametry
- identifier
- DsmlDirectoryIdentifier
Serwer połączenia.
- credential
- NetworkCredential
Poświadczenia sieciowe.
Wyjątki
identifier
ma wartość null (Nothing
w Visual Basic).
Dotyczy
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)
Inicjuje DsmlSoapHttpConnection nowe wystąpienie klasy przy użyciu określonego identyfikatora, poświadczeń sieci i typu uwierzytelniania.
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)
Parametry
- identifier
- DsmlDirectoryIdentifier
Serwer połączenia.
- credential
- NetworkCredential
Poświadczenia sieciowe.
- authType
- AuthType
Typ uwierzytelniania do użycia dla tego połączenia.
Wyjątki
identifier
jest odwołaniem o wartości null (Nothing
w Visual Basic).
authType
wartość nie jest jedną z obsługiwanych wartości DSML. Język DSML obsługuje tylko elementy Anonimowe, Ntlm, Basic, Negotiate i digest.
authType
wartość nie jest jedną ze stałych zdefiniowanych w wyliczenie AuthType .