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