C# Class TheEyeTribeWebSocketServer.EyeTribeClient

Afficher le fichier Open project: nulltask/the-eye-tribe-websocket-server Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ListenerLoop ( ) : void
Send ( string message ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

EyeTribeClient() public méthode

public EyeTribeClient ( string host = "localhost", int port = 6555 ) : System
host string
port int
Résultat System