Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'release-notes/7.0/preview/api-diff/rc2/Microsoft.AspNetCore.App/7.0-rc2_Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.md')
-rw-r--r--release-notes/7.0/preview/api-diff/rc2/Microsoft.AspNetCore.App/7.0-rc2_Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/release-notes/7.0/preview/api-diff/rc2/Microsoft.AspNetCore.App/7.0-rc2_Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.md b/release-notes/7.0/preview/api-diff/rc2/Microsoft.AspNetCore.App/7.0-rc2_Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.md
new file mode 100644
index 00000000..5e76fb62
--- /dev/null
+++ b/release-notes/7.0/preview/api-diff/rc2/Microsoft.AspNetCore.App/7.0-rc2_Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.md
@@ -0,0 +1,21 @@
+# Microsoft.AspNetCore.Server.Kestrel.Transport.Quic
+
+``` diff
+ namespace Microsoft.AspNetCore.Server.Kestrel.Transport.Quic {
+ public sealed class QuicTransportOptions {
+- public int MaxBidirectionalStreamCount { get; set; }
++ [RequiresPreviewFeaturesAttribute]
++ public int MaxBidirectionalStreamCount { get; set; }
+- public long? MaxReadBufferSize { get; set; }
++ [RequiresPreviewFeaturesAttribute]
++ public long? MaxReadBufferSize { get; set; }
+- public int MaxUnidirectionalStreamCount { get; set; }
++ [RequiresPreviewFeaturesAttribute]
++ public int MaxUnidirectionalStreamCount { get; set; }
+- public long? MaxWriteBufferSize { get; set; }
++ [RequiresPreviewFeaturesAttribute]
++ public long? MaxWriteBufferSize { get; set; }
+ }
+ }
+```
+