1 instantiation of GetTokenUIAsyncResult
System.ServiceModel (1)
System\ServiceModel\Security\InfocardInteractiveChannelInitializer.cs (1)
35
return new
GetTokenUIAsyncResult
(binding, channel, this.credentials, callback, state);
5 references to GetTokenUIAsyncResult
System.ServiceModel (5)
System\ServiceModel\Security\InfocardInteractiveChannelInitializer.cs (5)
40
GetTokenUIAsyncResult
.End(result);
55
static AsyncCallback callback = Fx.ThunkCallback(new AsyncCallback(
GetTokenUIAsyncResult
.Callback));
121
GetTokenUIAsyncResult
outer = (
GetTokenUIAsyncResult
)result.AsyncState;
161
AsyncResult.End<
GetTokenUIAsyncResult
>(result);