DirectoryConnection::SendRequest Method (DirectoryRequest^)
.NET Framework (current version)
The SendRequest method sends a single directory operation to the server.
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
Available since 2.0
Show: