3 references to ExtendedResponse
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1455
response = new
ExtendedResponse
(responseDn, responseControl, (ResultCode)resultError, responseMessage, responseReferral);
1900
response = new
ExtendedResponse
(null, null, (ResultCode)error, OperationErrorMappings.MapResultCode(error), null);
System\DirectoryServices\Protocols\ldap\LdapSessionOptions.cs (1)
655
ExtendedResponse response = new
ExtendedResponse
(null, null, (ResultCode)error, errorMessage, responseReferral);