System\ServiceModel\Security\WSTrustChannel.cs (16)
38Operations _operation;
41Operations operation,
56case Operations.Issue:
59case Operations.Cancel:
62case Operations.Renew:
65case Operations.Validate:
69throw IM.DiagnosticUtility.ThrowHelperInvalidOperation(SR.GetString(SR.ID3285, Enum.GetName(typeof(Operations), _operation)));
131case Operations.Cancel:
133case Operations.Issue:
135case Operations.Renew:
137case Operations.Validate:
1020IAsyncResult BeginOperation(WSTrustChannel.WSTrustChannelAsyncResult.Operations operation,
1068return BeginOperation(WSTrustChannelAsyncResult.Operations.Cancel, RequestTypes.Cancel, rst, callback, state);
1094return BeginOperation(WSTrustChannelAsyncResult.Operations.Issue, RequestTypes.Issue, rst, callback, asyncState);
1123return BeginOperation(WSTrustChannelAsyncResult.Operations.Renew, RequestTypes.Renew, rst, callback, state);
1149return BeginOperation(WSTrustChannelAsyncResult.Operations.Validate, RequestTypes.Validate, rst, callback, state);