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