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