DirectoryRequest Class

Definition

The DirectoryRequest class is the base class for request related classes, like the SearchRequest and AddRequest classes.

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

Properties

Controls

The Controls property contains a DirectoryControlCollection object.

RequestId

The RequestId property contains the requestID specified in the request.

Methods

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)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
ToXmlNode(XmlDocument)

The ToXmlNode(XmlDocument) method creates an XML node from the specified XmlDocument object.

Applies to