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
PushFrenzy
Server
GameConnection
C# Class PushFrenzy.Server.GameConnection
Mostrar archivo
Open project: paulbatum/PushFrenzy
Class Usage Examples
Public Methods
Method
Description
Disconnect
( ) :
void
ProcessCommand
(
string
message
) :
void
Private Methods
Method
Description
GameConnection
(
GameService
client
,
Player
player
,
HostedGame
hostedGame
) :
System
ParseCommand
(
Player
origin
,
string
value
) :
GameCommand
Method Details
Disconnect()
public
method
public
Disconnect
( ) :
void
return
void
ProcessCommand()
public
method
public
ProcessCommand
(
string
message
) :
void
message
string
return
void