some changes on Dispose

This commit is contained in:
UbitUmarov
2020-08-09 00:20:50 +01:00
parent 996176b125
commit 592b94d142
6 changed files with 150 additions and 145 deletions

View File

@@ -727,7 +727,7 @@ namespace OSHttpServer
GC.SuppressFinalize(this);
}
public void Dispose(bool disposing)
protected void Dispose(bool disposing)
{
if (contextID >= 0)
{