DsmlSoapHttpConnectionとは? わかりやすく解説

DsmlSoapHttpConnection クラス

メモ : このクラスは、.NET Framework version 2.0新しく追加されたものです。

DsmlSoapHttpConnection クラスは、HTTP 経由SOAP使用した DSML Gateway への接続表します

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Class DsmlSoapHttpConnection
    Inherits DsmlSoapConnection
Dim instance As DsmlSoapHttpConnection
public class DsmlSoapHttpConnection : DsmlSoapConnection
public ref class DsmlSoapHttpConnection : public
 DsmlSoapConnection
public class DsmlSoapHttpConnection extends
 DsmlSoapConnection
public class DsmlSoapHttpConnection extends
 DsmlSoapConnection
継承階層継承階層
System.Object
   System.DirectoryServices.Protocols.DirectoryConnection
     System.DirectoryServices.Protocols.DsmlSoapConnection
      System.DirectoryServices.Protocols.DsmlSoapHttpConnection
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection コンストラクタ (DsmlDirectoryIdentifier, NetworkCredential, AuthType)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DsmlSoapHttpConnection コンストラクタは、指定した IDネットワーク資格情報、および認証種類使用して、DsmlSoapHttpConnection クラス新しインスタンス作成し初期化します。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    identifier As DsmlDirectoryIdentifier, _
    credential As NetworkCredential, _
    authType As AuthType _
)
Dim identifier As DsmlDirectoryIdentifier
Dim credential As NetworkCredential
Dim authType As AuthType

Dim instance As New DsmlSoapHttpConnection(identifier,
 credential, authType)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier,
    NetworkCredential credential,
    AuthType authType
)
public:
DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier^ identifier, 
    NetworkCredential^ credential, 
    AuthType authType
)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier, 
    NetworkCredential credential, 
    AuthType authType
)
public function DsmlSoapHttpConnection (
    identifier : DsmlDirectoryIdentifier, 
    credential : NetworkCredential, 
    authType : AuthType
)

パラメータ

identifier

接続サーバー指定する DsmlDirectoryIdentifier オブジェクト

credential

ネットワーク資格情報格納している NetworkCredential オブジェクト

authType

この接続使用する認証種類指定する AuthType 値。

例外例外
例外種類条件

ArgumentNullException

identifiernull 参照 (Visual Basic の場合Nothing) です。

ArgumentException

authType 値が DSMLサポートされる値ではありません。DSML は、匿名NTLM基本ネゴシエート、およびダイジェストだけをサポートします

InvalidEnumArgumentException

authType 値が AuthType 列挙体に定義されている定数ではありません。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection コンストラクタ (DsmlDirectoryIdentifier, NetworkCredential)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    identifier As DsmlDirectoryIdentifier, _
    credential As NetworkCredential _
)
Dim identifier As DsmlDirectoryIdentifier
Dim credential As NetworkCredential

Dim instance As New DsmlSoapHttpConnection(identifier,
 credential)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier,
    NetworkCredential credential
)
public:
DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier^ identifier, 
    NetworkCredential^ credential
)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier, 
    NetworkCredential credential
)
public function DsmlSoapHttpConnection (
    identifier : DsmlDirectoryIdentifier, 
    credential : NetworkCredential
)

パラメータ

identifier

接続サーバー指定する DsmlDirectoryIdentifier オブジェクト

credential

ネットワーク資格情報格納している NetworkCredential オブジェクト

例外例外
例外種類条件

ArgumentNullException

identifiernull (Visual Basic の場合Nothing) です。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection コンストラクタ

DsmlSoapHttpConnection クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
DsmlSoapHttpConnection (DsmlDirectoryIdentifier) DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。
DsmlSoapHttpConnection (Uri) DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。
DsmlSoapHttpConnection (DsmlDirectoryIdentifier, NetworkCredential) DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。
DsmlSoapHttpConnection (DsmlDirectoryIdentifier, NetworkCredential, AuthType) DsmlSoapHttpConnection コンストラクタは、指定した IDネットワーク資格情報、および認証種類使用してDsmlSoapHttpConnection クラス新しインスタンス作成し初期化します。
参照参照

関連項目

DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection コンストラクタ (Uri)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Dim uri As Uri

Dim instance As New DsmlSoapHttpConnection(uri)
public DsmlSoapHttpConnection (
    Uri uri
)
public:
DsmlSoapHttpConnection (
    Uri^ uri
)
public DsmlSoapHttpConnection (
    Uri uri
)
public function DsmlSoapHttpConnection (
    uri : Uri
)

パラメータ

uri

接続サーバー指定する Uri オブジェクト

例外例外
例外種類条件

ArgumentNullException

urinull (Visual Basic の場合Nothing) です。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection コンストラクタ (DsmlDirectoryIdentifier)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

DsmlSoapHttpConnection コンストラクタは、DsmlSoapHttpConnection クラス新しインスタンス初期化します。

名前空間: System.DirectoryServices.Protocols
アセンブリ: System.DirectoryServices.Protocols (system.directoryservices.protocols.dll 内)
構文構文

Public Sub New ( _
    identifier As DsmlDirectoryIdentifier _
)
Dim identifier As DsmlDirectoryIdentifier

Dim instance As New DsmlSoapHttpConnection(identifier)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier
)
public:
DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier^ identifier
)
public DsmlSoapHttpConnection (
    DsmlDirectoryIdentifier identifier
)
public function DsmlSoapHttpConnection (
    identifier : DsmlDirectoryIdentifier
)

パラメータ

identifier

接続サーバー指定する DsmlDirectoryIdentifier オブジェクト

例外例外
例外種類条件

ArgumentNullException

identifiernull (Visual Basic の場合Nothing) です。

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DsmlSoapHttpConnection クラス
DsmlSoapHttpConnection メンバ
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection プロパティ


DsmlSoapHttpConnection メソッド


パブリック メソッドパブリック メソッド

( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Abort Abort メソッドは、非同期要求キャンセルします
パブリック メソッド BeginSendRequest BeginSendRequest メソッドは、サーバーへの、指定した DsmlRequestDocument オブジェクト非同期的な送信開始します
パブリック メソッド BeginSession オーバーライドされます。 BeginSession メソッドは、DSML サーバー新しセッション開始するように指示します
パブリック メソッド EndSendRequest EndSendRequest メソッドは、非同期送信要求完了します
パブリック メソッド EndSession オーバーライドされます。 EndSession メソッドは、DSML サーバーとのセッション終了しSessionId プロパティクリアます。
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 ( Object から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 ( Object から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 ( Object から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 ( Object から継承されます。)
パブリック メソッド SendRequest オーバーロードされますオーバーライドされますオブジェクトDSML サーバー送信します
パブリック メソッド ToString  現在の Object を表す String返します。 ( Object から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

DsmlSoapHttpConnection クラス
System.DirectoryServices.Protocols 名前空間

DsmlSoapHttpConnection メンバ

DsmlSoapHttpConnection クラスは、HTTP 経由SOAP使用した DSML Gateway への接続表します

DsmlSoapHttpConnection データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド DsmlSoapHttpConnection オーバーロードされますDsmlSoapHttpConnection クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
パブリック メソッドパブリック メソッド
( プロテクト メソッド参照)
  名前 説明
パブリック メソッド Abort Abort メソッドは、非同期要求キャンセルします
パブリック メソッド BeginSendRequest BeginSendRequest メソッドは、サーバーへの、指定した DsmlRequestDocument オブジェクト非同期的な送信開始します
パブリック メソッド BeginSession オーバーライドされます。 BeginSession メソッドは、DSML サーバー新しセッション開始するように指示します
パブリック メソッド EndSendRequest EndSendRequest メソッドは、非同期送信要求完了します
パブリック メソッド EndSession オーバーライドされます。 EndSession メソッドは、DSML サーバーとのセッション終了しSessionId プロパティクリアます。
パブリック メソッド Equals  オーバーロードされます2 つObject インスタンス等しかどうか判断します。 (Object から継承されます。)
パブリック メソッド GetHashCode  特定の型のハッシュ関数として機能します。GetHashCode は、ハッシュ アルゴリズムや、ハッシュ テーブルのようなデータ構造での使用適してます。 (Object から継承されます。)
パブリック メソッド GetType  現在のインスタンスType取得します。 (Object から継承されます。)
パブリック メソッド ReferenceEquals  指定した複数Object インスタンス同一かどうか判断します。 (Object から継承されます。)
パブリック メソッド SendRequest オーバーロードされますオーバーライドされますオブジェクトDSML サーバー送信します
パブリック メソッド ToString  現在の Object を表す String返します。 (Object から継承されます。)
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

DsmlSoapHttpConnection クラス
System.DirectoryServices.Protocols 名前空間



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「DsmlSoapHttpConnection」の関連用語

DsmlSoapHttpConnectionのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DsmlSoapHttpConnectionのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS