mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-22 20:55:52 +12:00
Improve command system, add HELP command,
This commit is contained in:
parent
a2782fd35e
commit
9e69492e46
39 changed files with 1865 additions and 1620 deletions
|
@ -277,8 +277,11 @@ namespace HTTP
|
|||
|
||||
public void Shutdown() {
|
||||
shutdownServer = true;
|
||||
ServerSocket.Dispose();
|
||||
ServerSocket = null;
|
||||
if(ServerSocket != null)
|
||||
{
|
||||
ServerSocket.Dispose();
|
||||
ServerSocket = null;
|
||||
}
|
||||
}
|
||||
private bool shutdownServer = false;
|
||||
public string ipaddr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue