DsmlSoapHttpConnection 類別

定義

表示使用SOAP over HTTP連線到DSML閘道。

public ref class DsmlSoapHttpConnection : System::DirectoryServices::Protocols::DsmlSoapConnection
public class DsmlSoapHttpConnection : System.DirectoryServices.Protocols.DsmlSoapConnection
type DsmlSoapHttpConnection = class
    inherit DsmlSoapConnection
Public Class DsmlSoapHttpConnection
Inherits DsmlSoapConnection
繼承

建構函式

DsmlSoapHttpConnection(DsmlDirectoryIdentifier)

初始化 DsmlSoapHttpConnection 類別的新執行個體。

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential)

初始化 DsmlSoapHttpConnection 類別的新執行個體。

DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType)

使用指定的標識碼、網路認證和驗證類型,初始化 類別的新實例 DsmlSoapHttpConnection

DsmlSoapHttpConnection(Uri)

初始化 DsmlSoapHttpConnection 類別的新執行個體。

屬性

AuthType

取得或設定驗證類型。

ClientCertificates

取得一或多個要傳送以進行驗證的客戶端憑證。

(繼承來源 DirectoryConnection)
Credential

設定連接物件的替代認證。

(繼承來源 DirectoryConnection)
Directory

取得應該建立連接的網域或伺服器。

(繼承來源 DirectoryConnection)
SessionId

取得使用中的會話標識碼。

SoapActionHeader

取得或設定與其他 HTTP 標頭一起傳送的 SOAP 動作標頭。

SoapRequestHeader

取得或設定附加至傳出要求的SOAP標頭。

(繼承來源 DsmlSoapConnection)
Timeout

取得或設定逾時之前的 DsmlSoapHttpConnection 時間間隔,以秒為單位。

方法

Abort(IAsyncResult)

取消異步要求。

BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object)

以異步方式將指定的 DsmlRequestDocument 物件傳送至伺服器。

BeginSession()

指示 DSML 伺服器啟動新的工作階段。

EndSendRequest(IAsyncResult)

完成異步傳送要求。

EndSession()

使用 DSML 伺服器結束工作階段,並清除 SessionId 屬性。

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
SendRequest(DirectoryRequest)

傳送單 DirectoryRequest 一物件。

SendRequest(DsmlRequestDocument)

DsmlRequestDocument將物件傳送至 DSML 伺服器。

ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於