Reformat JustAMan review pt3 changes

This commit is contained in:
Erwin de Haan
2019-01-18 16:48:01 +01:00
parent 38f96af079
commit c1f76eb8ab
20 changed files with 117 additions and 117 deletions

View File

@@ -78,6 +78,7 @@ namespace SocketHttpListener
init();
}
// In the .NET Framework, this pulls the value from a P/Invoke. Here we just hardcode it to a reasonable default.
public static TimeSpan DefaultKeepAliveInterval => TimeSpan.FromSeconds(30);
#endregion