메소드 | 설명 | |
---|---|---|
ProcessQueue ( ) : Task | ||
RunRequestBlocked ( Object threadContext ) : void | ||
StartServer ( int port = 13337, bool allowRemoteConnections = false ) : string | ||
StopServer ( ) : void |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | void |
public static StartServer ( int port = 13337, bool allowRemoteConnections = false ) : string | ||
port | int | |
allowRemoteConnections | bool | |
리턴 | string |