C# 클래스 HumbleNetwork.TcpClientExtensions

파일 보기 프로젝트 열기: joaofx/HumbleNetwork

공개 메소드들

메소드 설명
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

메소드 상세

IsItReallyConnected() 공개 정적인 메소드

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
리턴 bool