4 references to FromAsync
System (4)
net\System\Net\SecureProtocols\NegotiateStream.cs (1)
277return Task.Factory.FromAsync(BeginAuthenticateAsClient, EndAuthenticateAsClient, credential, targetName, null);
net\System\Net\Sockets\TCPClient.cs (3)
403return Task.Factory.FromAsync(BeginConnect, EndConnect, address, port, null); 409return Task.Factory.FromAsync(BeginConnect, EndConnect, host, port, null); 415return Task.Factory.FromAsync(BeginConnect, EndConnect, addresses, port, null);