D
David Dvali
How can I check if TcpClient is connected (or not connected)?
David Dvali said:How can I check if TcpClient is connected (or not connected)?
Ignacio Machin ( .NET/ C# MVP ) said:Does anybody knows why the member Sockect was made protected instead of
public?
If the OP was really bothered by it, he could
simply use the Socket class instead of TcpClient, it's not *that* much
harder.