C# 클래스 TheEyeTribeWebSocketServer.WebsocketServer

파일 보기 프로젝트 열기: nulltask/the-eye-tribe-websocket-server 1 사용 예제들

공개 메소드들

메소드 설명
Broadcast ( string message ) : void
Close ( ) : void
Start ( string prefix ) : void
WebsocketServer ( ) : System

비공개 메소드들

메소드 설명
HandleRequest ( HttpListenerContext context ) : void

메소드 상세

Broadcast() 공개 메소드

public Broadcast ( string message ) : void
message string
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

Start() 공개 메소드

public Start ( string prefix ) : void
prefix string
리턴 void

WebsocketServer() 공개 메소드

public WebsocketServer ( ) : System
리턴 System