DsmlSoapConnection Class

Definition

An abstract class that cannot be instantiated. It enables stateless and stateful protocols to be handled similarly by providing session-oriented features.

public ref class DsmlSoapConnection abstract : System::DirectoryServices::Protocols::DirectoryConnection
public abstract class DsmlSoapConnection : System.DirectoryServices.Protocols.DirectoryConnection
type DsmlSoapConnection = class
    inherit DirectoryConnection
Public MustInherit Class DsmlSoapConnection
Inherits DirectoryConnection
Inheritance
DsmlSoapConnection
Derived

Constructors

DsmlSoapConnection()

Initializes a new instance of the DsmlSoapConnection class.

Properties

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.

SoapRequestHeader

Gets or sets the SOAP Header attached to outgoing requests.

Timeout

Gets or sets the length of time, in seconds, before the connection times out.

(Inherited from DirectoryConnection)

Methods

BeginSession()

Instructs the DSML server to start a new session.

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 directory operation to the server.

(Inherited from DirectoryConnection)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to