DirectoryConnection::SendRequest Method (DirectoryRequest^)

 

The SendRequest method sends a single directory operation to the server.

Namespace:   System.DirectoryServices.Protocols
Assembly:  System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)

public:
[DirectoryServicesPermissionAttribute(SecurityAction::LinkDemand, 
	Unrestricted = true)]
virtual DirectoryResponse^ SendRequest(
	DirectoryRequest^ request
) abstract

Parameters

request
Type: System.DirectoryServices.Protocols::DirectoryRequest^

A DirectoryRequest object that contains the request.

Return Value

Type: System.DirectoryServices.Protocols::DirectoryResponse^

A DirectoryResponse object that contains the server response to the request operation. The returned response object may be different than the requested object if the server returns a different response.

.NET Framework
Available since 2.0
Return to top
Show: