C# Class Ultralight.Listeners.StompWebsocketListener

Listens to a websocket for incomming clients
Inheritance: IStompListener
ファイルを表示 Open project: ernstnaezer/ultralight Class Usage Examples

Public Methods

Method Description
Start ( ) : void

Start the listener

StompWebsocketListener ( string address ) : System

Initializes a new instance of the StompWebsocketListener class.

Stop ( ) : void

Method Details

Start() public method

Start the listener
public Start ( ) : void
return void

StompWebsocketListener() public method

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

Stop() public method

public Stop ( ) : void
return void