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