C# Class HumbleNetwork.TcpClientExtensions

ファイルを表示 Open project: joaofx/HumbleNetwork

Public Methods

Method Description
IsItReallyConnected ( this tcpClient ) : bool

There's no method to really know if the client is connected on the server. So I'm using this workaround that I found in some sites on internet

Method Details

IsItReallyConnected() public static method

There's no method to really know if the client is connected on the server. So I'm using this workaround that I found in some sites on internet
public static IsItReallyConnected ( this tcpClient ) : bool
tcpClient this
return bool