C# 클래스 Ultralight.Listeners.StompWebsocketListener

Listens to a websocket for incomming clients
상속: IStompListener
파일 보기 프로젝트 열기: ernstnaezer/ultralight 1 사용 예제들

공개 메소드들

메소드 설명
Start ( ) : void

Start the listener

StompWebsocketListener ( string address ) : System

Initializes a new instance of the StompWebsocketListener class.

Stop ( ) : void

메소드 상세

Start() 공개 메소드

Start the listener
public Start ( ) : void
리턴 void

StompWebsocketListener() 공개 메소드

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

Stop() 공개 메소드

public Stop ( ) : void
리턴 void