C# Class Ultralight.Listeners.StompWebsocketListener

Listens to a websocket for incomming clients
Inheritance: IStompListener
Afficher le fichier Open project: ernstnaezer/ultralight Class Usage Examples

Méthodes publiques

Méthode Description
Start ( ) : void

Start the listener

StompWebsocketListener ( string address ) : System

Initializes a new instance of the StompWebsocketListener class.

Stop ( ) : void

Method Details

Start() public méthode

Start the listener
public Start ( ) : void
Résultat void

StompWebsocketListener() public méthode

Initializes a new instance of the StompWebsocketListener class.
public StompWebsocketListener ( string address ) : System
address string The address.
Résultat System

Stop() public méthode

public Stop ( ) : void
Résultat void