C# Class WCFChat.ChatService

Inheritance: WebSocketService
Mostrar archivo 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