Skip to content

Commit 66a4598

Browse files
CopilotJamesNK
andcommitted
Simplify QuicTransportOptions description
Co-authored-by: JamesNK <[email protected]>
1 parent 5cbaf3a commit 66a4598

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/fundamentals/servers/kestrel

1 file changed

+1
-1
lines changed

aspnetcore/fundamentals/servers/kestrel/http3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For more information, see <xref:fundamentals/servers/kestrel/endpoints>.
6767

6868
## Configure QuicTransportOptions
6969

70-
QUIC transport options can be configured by calling the <xref:Microsoft.AspNetCore.Hosting.WebHostBuilderQuicExtensions.UseQuic%2A> extension method on <xref:Microsoft.AspNetCore.Hosting.IWebHostBuilder>. The `UseQuic` method accepts an `Action<QuicTransportOptions>` delegate that configures the QUIC transport.
70+
QUIC transport options can be configured by calling the <xref:Microsoft.AspNetCore.Hosting.WebHostBuilderQuicExtensions.UseQuic%2A> extension method on <xref:Microsoft.AspNetCore.Hosting.IWebHostBuilder>.
7171

7272
:::code language="csharp" source="samples/6.x/KestrelSample/Snippets/Program.cs" id="snippet_UseQuicWithOptions" highlight="3-8":::
7373

0 commit comments

Comments
 (0)