1 write to _requestTimeout
System.DirectoryServices.Protocols (1)
System\DirectoryServices\Protocols\ldap\LdapAsyncResult.cs (1)
92
_requestTimeout
= requestTimeout;
2 references to _requestTimeout
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\ldap\LdapPartialResultsProcessor.cs (2)
139
ValueTask<DirectoryResponse> vt = connection.ConstructResponseAsync(asyncResult._messageID, LdapOperation.LdapSearch, resultType, asyncResult.
_requestTimeout
, false, sync: true);
147
if ((asyncResult._startTime.Ticks + asyncResult.
_requestTimeout
.Ticks) > DateTime.Now.Ticks)