Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
WCFChat
ChatService
C# Class WCFChat.ChatService
Inheritance:
WebSocketService
Mostra file
Open project: paulbatum/WebSocket-Samples
Public Methods
Method
Description
OnMessage
(
string
message
) :
void
OnOpen
( ) :
void
Protected Methods
Method
Description
OnClose
( ) :
void
OnError
( ) :
void
Method Details
OnClose()
protected
method
protected
OnClose
( ) :
void
return
void
OnError()
protected
method
protected
OnError
( ) :
void
return
void
OnMessage()
public
method
public
OnMessage
(
string
message
) :
void
message
string
return
void
OnOpen()
public
method
public
OnOpen
( ) :
void
return
void