Update http3.md (#23439)

pull/23440/head
Rick Anderson 2021-10-02 16:12:03 -07:00 committed by GitHub
parent 76ee6ef7c3
commit 9b00dc631e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -83,5 +83,5 @@ Some HTTPS scenarios are not yet supported for HTTP/3 in Kestrel. When calling `
Calling the following implementations of `Microsoft.AspNetCore.Hosting.ListenOptionsHttpsExtensions.UseHttps` throw an error when using HTTP/3:
`UseHttps(this ListenOptions listenOptions, ServerOptionsSelectionCallback serverOptionsSelectionCallback, object state, TimeSpan handshakeTimeout)`
`UseHttps(this ListenOptions listenOptions, TlsHandshakeCallbackOptions callbackOptions)`
* `UseHttps(this ListenOptions listenOptions, ServerOptionsSelectionCallback serverOptionsSelectionCallback, object state, TimeSpan handshakeTimeout)`
* `UseHttps(this ListenOptions listenOptions, TlsHandshakeCallbackOptions callbackOptions)`