5 references to FromAsync
System (2)
net\System\Net\SecureProtocols\NegotiateStream.cs (2)
292
return Task.Factory.
FromAsync
(BeginAuthenticateAsClient, EndAuthenticateAsClient, credential, binding, targetName, null);
319
return Task.Factory.
FromAsync
(BeginAuthenticateAsServer, EndAuthenticateAsServer, credential, requiredProtectionLevel, requiredImpersonationLevel, null);
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
36
return Task.Factory.
FromAsync
(this.BeginWriteBase64, this.EndWriteBase64, buffer, index, count, null);
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
269
return Task.Factory.
FromAsync
(beginCallDelegate, endCallDelegate, channel, operation, inputParameters, OperationContext.Current);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (1)
130
return Task.Factory.
FromAsync
(this.BeginWriteBase64, this.EndWriteBase64, buffer, index, count, null);