Метод | Описание | |
---|---|---|
Authenticate ( Server.Network.NetState state, |
||
Compress ( |
||
Configure ( ) : void | ||
IsAuth ( Server.Network.NetState state ) : bool | ||
OnConsoleChar ( char ch ) : void | ||
OnConsoleLine ( string line ) : void | ||
OnConsoleString ( string str ) : void | ||
OnReceive ( Server.Network.NetState state, |
Метод | Описание | |
---|---|---|
CleanUp ( ) : void | ||
DelayedDisconnect ( Server.Network.NetState state ) : void | ||
Disconnect ( object state ) : void | ||
RoughTrimConsoleData ( ) : void | ||
SendToAll ( |
||
SendToAll ( char ch ) : void | ||
SendToAll ( string outStr ) : void | ||
TightTrimConsoleData ( ) : void |
public static Authenticate ( Server.Network.NetState state, |
||
state | Server.Network.NetState | |
pvSrc | ||
Результат | void |
public static Compress ( |
||
p | ||
Результат |
public static IsAuth ( Server.Network.NetState state ) : bool | ||
state | Server.Network.NetState | |
Результат | bool |
public static OnConsoleChar ( char ch ) : void | ||
ch | char | |
Результат | void |
public static OnConsoleLine ( string line ) : void | ||
line | string | |
Результат | void |
public static OnConsoleString ( string str ) : void | ||
str | string | |
Результат | void |
public static OnReceive ( Server.Network.NetState state, |
||
state | Server.Network.NetState | |
pvSrc | ||
Результат | void |