2 references to SearchResponse
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
1483
response = new
SearchResponse
(responseDn, responseControl, (ResultCode)resultError, responseMessage, responseReferral);
1890
response = new
SearchResponse
(null, null, (ResultCode)error, OperationErrorMappings.MapResultCode(error), null);