This documentation is archived and is not being maintained.
DirectoryConnection.SendRequest Method
Visual Studio 2008
The SendRequest method sends a single directory operation to the server.
Assembly: System.DirectoryServices.Protocols (in System.DirectoryServices.Protocols.dll)
'Declaration <DirectoryServicesPermissionAttribute(SecurityAction.LinkDemand, Unrestricted := True)> _ Public MustOverride Function SendRequest ( _ request As DirectoryRequest _ ) As DirectoryResponse 'Usage Dim instance As DirectoryConnection Dim request As DirectoryRequest Dim returnValue As DirectoryResponse returnValue = instance.SendRequest(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 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: