3 references to ConstructResponseAsync
System.DirectoryServices.Protocols (3)
System\DirectoryServices\Protocols\ldap\LdapConnection.cs (2)
245
ValueTask<DirectoryResponse> vt =
ConstructResponseAsync
(messageID, operation, ResultAll.LDAP_MSG_ALL, requestTimeout, true, sync: true);
335
_ = ResponseCallback(
ConstructResponseAsync
(messageID, operation, ResultAll.LDAP_MSG_ALL, requestTimeout, true, sync: false), requestState);
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (1)
139
ValueTask<DirectoryResponse> vt = connection.
ConstructResponseAsync
(asyncResult._messageID, LdapOperation.LdapSearch, resultType, asyncResult._requestTimeout, false, sync: true);