1 instantiation of SecureRequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
2953
return new
SecureRequestAsyncResult
(message, this, timeout, callback, state);
5 references to SecureRequestAsyncResult
System.ServiceModel (5)
System\ServiceModel\Security\SecuritySessionClientSettings.cs (5)
2960
Message reply =
SecureRequestAsyncResult
.EndAsReply(result, out requestCorrelationState, out remainingTime);
3000
SecureRequestAsyncResult
thisAsyncResult = (
SecureRequestAsyncResult
)result.AsyncState;
3021
SecureRequestAsyncResult
thisResult = AsyncResult.End<
SecureRequestAsyncResult
>(result);