File tree Expand file tree Collapse file tree
src/TurboHTTP.API.Tests/verify Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -479,6 +479,7 @@ namespace TurboHTTP.Server
479479 public sealed class ListenerBinding
480480 {
481481 public ListenerBinding() { }
482+ public string? ConnectionLoggingCategory { get; init; }
482483 public required Servus.Akka.Transport.IListenerFactory Factory { get; init; }
483484 public required Servus.Akka.Transport.ListenerOptions Options { get; init; }
484485 }
@@ -561,6 +562,8 @@ namespace TurboHTTP.Server
561562 public System.Net.IPAddress Address { get; }
562563 public ushort Port { get; }
563564 public TurboHTTP.Server.HttpProtocols Protocols { get; set; }
565+ public void UseConnectionLogging() { }
566+ public void UseConnectionLogging(string loggerName) { }
564567 public void UseHttps() { }
565568 public void UseHttps(System.Action<TurboHTTP.Server.TurboHttpsOptions> configure) { }
566569 public void UseHttps(System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) { }
You can’t perform that action at this time.
0 commit comments