Base:
method
SendRequest
System.DirectoryServices.Protocols.DirectoryConnection.SendRequest(System.DirectoryServices.Protocols.DirectoryRequest)
2 references to SendRequest
Microsoft.AspNetCore.Authentication.Negotiate (1)
Internal\LdapAdapter.cs (1)
107var searchResponse = (SearchResponse)connection.SendRequest(searchRequest);
System.DirectoryServices.AccountManagement (1)
System\DirectoryServices\AccountManagement\Context.cs (1)
1104searchResponse = (SearchResponse)ldapConnection.SendRequest(searchRequest);