1 instantiation of KeyRenewalAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
1304return new KeyRenewalAsyncResult(message, this, timeout, callback, state);
5 references to KeyRenewalAsyncResult
System.ServiceModel (5)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (5)
1317Message message = KeyRenewalAsyncResult.End(result, out remainingTime); 2494KeyRenewalAsyncResult thisResult = (KeyRenewalAsyncResult)state; 2518KeyRenewalAsyncResult thisResult = AsyncResult.End<KeyRenewalAsyncResult>(result);