DsmlSoapHttpConnection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a connection to a DSML Gateway using SOAP over HTTP.
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
- Inheritance
Constructors
DsmlSoapHttpConnection(DsmlDirectoryIdentifier) |
Initializes a new instance of the DsmlSoapHttpConnection class. |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential) |
Initializes a new instance of the DsmlSoapHttpConnection class. |
DsmlSoapHttpConnection(DsmlDirectoryIdentifier, NetworkCredential, AuthType) |
Initializes a new instance of the DsmlSoapHttpConnection class using the specified identifier, network credentials, and authentication type. |
DsmlSoapHttpConnection(Uri) |
Initializes a new instance of the DsmlSoapHttpConnection class. |
Properties
AuthType |
Gets or sets the authentication type. |
ClientCertificates |
Gets one or more client certificates to send for authentication. (Inherited from DirectoryConnection) |
Credential |
Sets the alternate credentials for the connection object. (Inherited from DirectoryConnection) |
Directory |
Gets the domain or the server to which the connection should be made. (Inherited from DirectoryConnection) |
SessionId |
Gets the active session ID. |
SoapActionHeader |
Gets or sets the SOAP Action Header sent with other HTTP headers. |
SoapRequestHeader |
Gets or sets the SOAP Header attached to outgoing requests. (Inherited from DsmlSoapConnection) |
Timeout |
Gets or sets the length of time, in seconds, before the DsmlSoapHttpConnection times out. |
Methods
Abort(IAsyncResult) |
Cancels the asynchronous request. |
BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object) |
Asynchronously sends the specified DsmlRequestDocument object to the server. |
BeginSession() |
Instructs the DSML server to start a new session. |
EndSendRequest(IAsyncResult) |
Completes an asynchronous send request. |
EndSession() |
Ends the session with the DSML server and clears the SessionId property. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
SendRequest(DirectoryRequest) |
Sends a single DirectoryRequest object. |
SendRequest(DsmlRequestDocument) |
Sends a DsmlRequestDocument object to the DSML server. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |