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 @@ -113,9 +113,9 @@ namespace TurboHTTP
113113 public bool DangerousAcceptAnyServerCertificate { get; set; }
114114 public System.Net.ICredentials? DefaultProxyCredentials { get; set; }
115115 public System.Security.Authentication.SslProtocols EnabledSslProtocols { get; set; }
116- public TurboHTTP.Http1Options Http1 { get; set ; }
117- public TurboHTTP.Http2Options Http2 { get; set ; }
118- public TurboHTTP.Http3Options Http3 { get; set ; }
116+ public TurboHTTP.Http1Options Http1 { get; init ; }
117+ public TurboHTTP.Http2Options Http2 { get; init ; }
118+ public TurboHTTP.Http3Options Http3 { get; init ; }
119119 public uint MaxEndpointSubstreams { get; set; }
120120 public System.TimeSpan PooledConnectionIdleTimeout { get; set; }
121121 public System.TimeSpan PooledConnectionLifetime { get; set; }
You can’t perform that action at this time.
0 commit comments