Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
TheEyeTribeWebSocketServer
WebsocketServer
C# Class TheEyeTribeWebSocketServer.WebsocketServer
Mostrar archivo
Open project: nulltask/the-eye-tribe-websocket-server
Class Usage Examples
Public Methods
Method
Description
Broadcast
(
string
message
) :
void
Close
( ) :
void
Start
(
string
prefix
) :
void
WebsocketServer
( ) :
System
Private Methods
Method
Description
HandleRequest
(
HttpListenerContext
context
) :
void
Method Details
Broadcast()
public
method
public
Broadcast
(
string
message
) :
void
message
string
return
void
Close()
public
method
public
Close
( ) :
void
return
void
Start()
public
method
public
Start
(
string
prefix
) :
void
prefix
string
return
void
WebsocketServer()
public
method
public
WebsocketServer
( ) :
System
return
System