4 writes to Response
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\common\DirectoryException.cs (3)
54
Response
= response;
60
Response
= response;
66
Response
= response;
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
189
directoryOperationException.
Response
= asyncResult._response;
2 references to Response
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\LdapAdapter.cs (1)
139
catch (DirectoryOperationException ex) when (ex.
Response
is SearchResponse r && r.ResultCode == ResultCode.NoSuchObject)
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
178
SearchResponse response = (SearchResponse)directoryOperationException.
Response
;