When a TcpListener accepts a connection, it returns a TcpClient, which allows you to recieve data. But what about TcpListener.Ser ver.Receive? Does that also allow to receive data in the same way? Or does the TcpClient returned only recieve data from that current connection while TcpListener.Ser ver.Receive receives data from all connections? I do have mutliple connections in my TcpListener.
WindowsXP-Vista, C# :: Difference between TcpListener.Server.Send and TcpClient.Send
Collapse
X
Comment