C# Class TheEyeTribeWebSocketServer.EyeTribeClient

ファイルを表示 Open project: nulltask/the-eye-tribe-websocket-server Class Usage Examples

Public Methods

Method Description
Close ( ) : void
EyeTribeClient ( string host = "localhost", int port = 6555 ) : System

Private Methods

Method Description
ListenerLoop ( ) : void
Send ( string message ) : void

Method Details

Close() public method

public Close ( ) : void
return void

EyeTribeClient() public method

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