1 instantiation of WSTrustChannelAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\WSTrustChannel.cs (1)
1034return new WSTrustChannelAsyncResult(this, operation, rst, context, request, callback, state);
16 references to WSTrustChannelAsyncResult
System.ServiceModel (16)
System\ServiceModel\Security\WSTrustChannel.cs (16)
101WSTrustChannelAsyncResult tcar = iar as WSTrustChannelAsyncResult; 104throw IM.DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID2004, typeof(WSTrustChannelAsyncResult), iar.GetType())); 1020IAsyncResult BeginOperation(WSTrustChannel.WSTrustChannelAsyncResult.Operations operation, 1037System.IdentityModel.Protocols.WSTrust.RequestSecurityTokenResponse EndOperation(IAsyncResult result, out WSTrustChannelAsyncResult tcar) 1044tcar = result as WSTrustChannelAsyncResult; 1048SR.GetString(SR.ID2004, typeof(WSTrustChannelAsyncResult), result.GetType())); 1051Message response = WSTrustChannelAsyncResult.End(result); 1068return BeginOperation(WSTrustChannelAsyncResult.Operations.Cancel, RequestTypes.Cancel, rst, callback, state); 1079WSTrustChannelAsyncResult tcar; 1094return BeginOperation(WSTrustChannelAsyncResult.Operations.Issue, RequestTypes.Issue, rst, callback, asyncState); 1106WSTrustChannelAsyncResult tcar; 1123return BeginOperation(WSTrustChannelAsyncResult.Operations.Renew, RequestTypes.Renew, rst, callback, state); 1134WSTrustChannelAsyncResult tcar; 1149return BeginOperation(WSTrustChannelAsyncResult.Operations.Validate, RequestTypes.Validate, rst, callback, state); 1160WSTrustChannelAsyncResult tcar;