C# Class HumbleNetwork.TcpClientExtensions

Afficher le fichier Open project: joaofx/HumbleNetwork

Méthodes publiques

Méthode 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 méthode

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
Résultat bool