1 instantiation of DispatchRequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustServiceContract.cs (1)
195
return new
DispatchRequestAsyncResult
(dispatchContext, asyncCallback, asyncState);
4 references to DispatchRequestAsyncResult
System.ServiceModel (4)
System\ServiceModel\Security\WSTrustServiceContract.cs (4)
207
return
DispatchRequestAsyncResult
.End(ar);
1517
DispatchRequestAsyncResult
dcar = ar as
DispatchRequestAsyncResult
;
1520
throw DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID2004, typeof(
DispatchRequestAsyncResult
), ar.GetType()));