Rename Networks => Implementations

This commit is contained in:
n00mkrad
2021-08-15 11:10:18 +02:00
parent bebd947b7a
commit b1b60ecc69
12 changed files with 30 additions and 29 deletions

View File

@@ -41,7 +41,7 @@ namespace Flowframes
ServicePointManager.Expect100Continue = true;
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls11 | SecurityProtocolType.Tls;
Networks.Init();
Implementations.Init();
Task.Run(() => DiskSpaceCheckLoop());
fileArgs = Environment.GetCommandLineArgs().Where(a => a[0] != '-' && File.Exists(a)).ToList().Skip(1).ToArray();
args = Environment.GetCommandLineArgs().Where(a => a[0] == '-').Select(x => x.Trim().Substring(1).ToLowerInvariant()).ToArray();