2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2025-09-13 12:43:17 +00:00
This commit is contained in:
2019-07-11 01:53:49 +03:00
parent 8763ac805e
commit 48e450ffc4
11 changed files with 251 additions and 150 deletions

View File

@@ -395,7 +395,7 @@ namespace Esiur.Net.HTTP
//Console.WriteLine("IN: " + this.Connections.Count);
foreach (IResource resource in Instance.Children)
foreach (var resource in Instance.Children)
{
if (resource is HTTPFilter)
{
@@ -406,7 +406,7 @@ namespace Esiur.Net.HTTP
public void Destroy()
{
throw new NotImplementedException();
}
/*