Method | Description | |
---|---|---|
CloseConnection ( UUID id ) : void | ||
Output ( string text ) : void | ||
Output ( string text, string level ) : void | ||
ReadConfig ( IConfigSource config ) : void | ||
ReadLine ( string p, bool isCommand, bool e ) : string | ||
RemoteConsole ( string defaultPrompt ) : System | ||
SetServer ( IHttpServer server ) : void |
Method | Description | |
---|---|---|
DecodePostString ( string data ) : |
||
DoExpire ( ) : void | ||
GetEvents ( UUID RequestID, UUID sessionID, string request ) : |
||
HandleHttpCloseSession ( |
||
HandleHttpPoll ( |
||
HandleHttpSessionCommand ( |
||
HandleHttpStartSession ( |
||
HasEvents ( UUID RequestID, UUID sessionID ) : bool | ||
NoEvents ( UUID RequestID, UUID id ) : |
public Output ( string text, string level ) : void | ||
text | string | |
level | string | |
return | void |
public ReadConfig ( IConfigSource config ) : void | ||
config | IConfigSource | |
return | void |
public ReadLine ( string p, bool isCommand, bool e ) : string | ||
p | string | |
isCommand | bool | |
e | bool | |
return | string |
public RemoteConsole ( string defaultPrompt ) : System | ||
defaultPrompt | string | |
return | System |
public SetServer ( IHttpServer server ) : void | ||
server | IHttpServer | |
return | void |