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