DsmlSoapHttpConnection コンストラクター

定義

DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
DsmlSoapHttpConnection(DsmlDirectoryIdentifier)

DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。

DsmlSoapHttpConnection(Uri)

DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)

DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)

指定した識別子、ネットワーク資格情報、認証の種類を使用して、 DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。

DsmlSoapHttpConnection(DsmlDirectoryIdentifier)

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)

パラメーター

identifier
DsmlDirectoryIdentifier

接続のサーバーを指定するオブジェクト。

例外

identifier が null (Visual Basic ではNothing )。

適用対象

DsmlSoapHttpConnection(Uri)

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)

パラメーター

uri
Uri

接続のサーバー。

例外

uri が null (Visual Basic ではNothing )。

適用対象

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)

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)

パラメーター

identifier
DsmlDirectoryIdentifier

接続のサーバー。

credential
NetworkCredential

ネットワーク資格情報。

例外

identifier が null (Visual Basic ではNothing )。

適用対象

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)

指定した識別子、ネットワーク資格情報、認証の種類を使用して、 DsmlSoapHttpConnection クラスの新しいインスタンスを初期化します。

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)

パラメーター

identifier
DsmlDirectoryIdentifier

接続のサーバー。

credential
NetworkCredential

ネットワーク資格情報。

authType
AuthType

この接続に使用する認証の種類。

例外

identifier は null 参照です (Visual Basic では Nothing)。

authType 値は、DSML でサポートされている値の 1 つではありません。 DSML では、匿名、Ntlm、基本、ネゴシエート、ダイジェストのみがサポートされます。

authType value は、 AuthType 列挙型で定義されている定数の 1 つではありません。

適用対象