1 reference to EndAcceptTcpClient
System (1)
net\System\Net\Sockets\TCPListener.cs (1)
345
return Task<TcpClient>.Factory.FromAsync(BeginAcceptTcpClient,
EndAcceptTcpClient
, null);