C# Class PushFrenzy.Server.GameService

Inheritance: WebSocketService
Show file Open project: paulbatum/PushFrenzy Class Usage Examples

Public Methods

Method Description
OnMessage ( string message ) : void
OnOpen ( ) : void

Protected Methods

Method Description
OnClose ( ) : void

Method Details

OnClose() protected method

protected OnClose ( ) : void
return void

OnMessage() public method

public OnMessage ( string message ) : void
message string
return void

OnOpen() public method

public OnOpen ( ) : void
return void