Skip to content

Commit e5d53ff

Browse files
committed
Added links to conceptual docs
1 parent 8439214 commit e5d53ff

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

xml/System.Net.Quic/QuicConnection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ For QUIC prerequisites and supported operating systems, see [Platform dependenci
4141
]]></format>
4242
</remarks>
4343
<related type="Article" href="https://www.rfc-editor.org/rfc/rfc9000.html#name-connections">RFC 9000: Connections</related>
44+
<related type="ExternalDocumentation" href="/dotnet/fundamentals/networking/quic/quic-overview#quicconnection">Guidelines for using QuicConnection</related>
4445
</Docs>
4546
<Members>
4647
<Member MemberName="AcceptInboundStreamAsync">

xml/System.Net.Quic/QuicListener.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ For QUIC prerequisites and supported operating systems, see [Platform dependenci
3939
]]></format>
4040
</remarks>
4141
<related type="Article" href="https://www.rfc-editor.org/rfc/rfc9000.html#name-connections">RFC 9000: Connections</related>
42+
<related type="ExternalDocumentation" href="/dotnet/fundamentals/networking/quic/quic-overview#quiclistener">Guidelines for using QuicListener</related>
4243
</Docs>
4344
<Members>
4445
<Member MemberName="AcceptConnectionAsync">

xml/System.Net.Quic/QuicStream.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Apart from a stream API, <see cref="T:System.Net.Quic.QuicStream" /> also expose
3030

3131
<list type="bullet"><item><term><see cref="M:System.Net.Quic.QuicStream.WriteAsync(System.ReadOnlyMemory{System.Byte},System.Boolean,System.Threading.CancellationToken)" /></term><description>Closes the writing side of the stream as a single operation with the write itself.</description></item><item><term><see cref="M:System.Net.Quic.QuicStream.CompleteWrites" /></term><description>Closes the writing side of the stream.</description></item><item><term><see cref="M:System.Net.Quic.QuicStream.Abort(System.Net.Quic.QuicAbortDirection,System.Int64)" /></term><description>Aborts either the writing or the reading side of the stream.</description></item><item><term><see cref="M:System.Net.Quic.QuicStream.WritesClosed" /></term><description>Returns a <see cref="T:System.Threading.Tasks.Task" /> that will complete when the stream writing side has been closed (gracefully or abortively).</description></item><item><term><see cref="P:System.Net.Quic.QuicStream.ReadsClosed" /></term><description>Returns a <see cref="T:System.Threading.Tasks.Task" /> that will complete when the stream reading side has been closed (gracefully or abortively).</description></item></list></remarks>
3232
<related type="Article" href="https://www.rfc-editor.org/rfc/rfc9000.html#name-streams">RFC 9000: Streams</related>
33+
<related type="ExternalDocumentation" href="/dotnet/fundamentals/networking/quic/quic-overview#quicstream">Guidelines for using QuicStream</related>
3334
</Docs>
3435
<Members>
3536
<Member MemberName="Abort">

xml/ns-System.Net.Quic.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
<Docs>
33
<summary>Contains types that implement the QUIC protocol specified by RFC 9000.</summary>
44
<remarks>To be added.</remarks>
5+
<related type="ExternalDocumentation" href="/dotnet/fundamentals/networking/quic/quic-overview">QUIC in .NET</related>
56
</Docs>
67
</Namespace>

0 commit comments

Comments
 (0)