C# 클래스 TheEyeTribeWebSocketServer.EyeTribeClient

파일 보기 프로젝트 열기: nulltask/the-eye-tribe-websocket-server 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void
EyeTribeClient ( string host = "localhost", int port = 6555 ) : System

비공개 메소드들

메소드 설명
ListenerLoop ( ) : void
Send ( string message ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

EyeTribeClient() 공개 메소드

public EyeTribeClient ( string host = "localhost", int port = 6555 ) : System
host string
port int
리턴 System