Skip to content

Commit

Permalink
Port doc comments for new S.N.Quic API-s
Browse files Browse the repository at this point in the history
  • Loading branch information
antonfirsov committed Sep 5, 2023
1 parent 6c1d2ad commit 0dcb405
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions xml/System.Net.Quic/QuicConnection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ If <xref:System.Net.Quic.QuicConnection.CloseAsync(System.Int64,System.Threading
<ReturnType>System.String</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<summary>Gets the name of the server the client is trying to connect to. That name is used for server certificate validation. It can be a DNS name or an IP address.</summary>
<value>The name of the server the client is trying to connect to.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Net.Quic/QuicError.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</ReturnValue>
<MemberValue>13</MemberValue>
<Docs>
<summary>To be added.</summary>
<summary>Another QUIC listener is already listening on one of the requested application protocols on the same port.</summary>
</Docs>
</Member>
<Member MemberName="CallbackError">
Expand Down
4 changes: 1 addition & 3 deletions xml/System.Net.Quic/QuicStream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -787,9 +787,7 @@ Equivalent to using <xref:System.Net.Quic.QuicStream.WriteAsync(System.ReadOnlyM
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<inheritdoc />
</Docs>
</Member>
<Member MemberName="Type">
Expand Down

0 comments on commit 0dcb405

Please sign in to comment.