DsmlSoapHttpConnection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示使用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
- 繼承
建構函式
屬性
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) |