2 references to FromAsync
System.ServiceModel.Federation (2)
System\ServiceModel\Federation\WSTrustChannel.cs (1)
361
Message response = await Task.Factory.
FromAsync
(RequestChannel.BeginRequest, RequestChannel.EndRequest, requestMessage, null, TaskCreationOptions.None).ConfigureAwait(false);
System\ServiceModel\Federation\WSTrustChannelSecurityTokenProvider.cs (1)
247
Message reply = await Task.Factory.
FromAsync
(channel.BeginRequest, channel.EndRequest, requestMessage, null, TaskCreationOptions.None);