コード例 #1
0
ファイル: HttpHandler.cs プロジェクト: Minep/SimpleHttpServer
 public void Dispose()
 {
     headerParser.Dispose();
     contentParser.Dispose();
 }