DirectoryConnection.SendRequest Method
.NET Framework 4.5
The SendRequest method sends a single directory operation to the server.
Namespace: System.DirectoryServices.Protocols
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
[DirectoryServicesPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)] public abstract DirectoryResponse SendRequest( DirectoryRequest request )
Parameters
- request
- Type: System.DirectoryServices.Protocols.DirectoryRequest
A DirectoryRequest object that contains the request.
Return Value
Type: System.DirectoryServices.Protocols.DirectoryResponseA 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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.