net9.0
namespace Microsoft.AspNetCore.Server.Kestrel.Transport.Quic
{
public class QuicTransportOptions
{
public string? Alpn { get; set; }
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.Server.Kestrel.Transport.Quic , Version=6.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Your project needs a package reference to |
Package | Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (6.0.0-preview.6.21355.2) net6.0 |
Preview | This API is contained in a prerelease package. |
Platform Restrictions | The property getter is only supported on the following platforms:
The property setter is only supported on the following platforms:
|