C# Class TouchBridge.Repeater

WebSocket forwarder. Accepts incomming connections and forwards the event the appropriate generator.
Afficher le fichier Open project: HEInventions/TouchBridge Class Usage Examples

Méthodes publiques

Méthode Description
Start ( String sHostURI ) : void

Start the server listening.

Stop ( ) : void

Stop the server listening.

Private Methods

Méthode Description
OnClient ( IWebSocketConnection Socket ) : void

When a client is connected, bind all relevant events.

Method Details

Start() public méthode

Start the server listening.
public Start ( String sHostURI ) : void
sHostURI String
Résultat void

Stop() public méthode

Stop the server listening.
public Stop ( ) : void
Résultat void