Method | Description | |
---|---|---|
ProcessQueue ( ) : Task | ||
RunRequestBlocked ( Object threadContext ) : void | ||
StartServer ( int port = 13337, bool allowRemoteConnections = false ) : string | ||
StopServer ( ) : void |
Method | Description | |
---|---|---|
SendBack ( string str, bool sendLength = true ) : void | ||
SendFile ( string filename, string destination ) : void | ||
StartProcessing ( Object threadContext ) : void | ||
StartServerBlocked ( Object threadContext ) : void |
public static RunRequestBlocked ( Object threadContext ) : void | ||
threadContext | Object | |
return | void |
public static StartServer ( int port = 13337, bool allowRemoteConnections = false ) : string | ||
port | int | |
allowRemoteConnections | bool | |
return | string |