Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions xml/System.Net.Http.Headers/HttpHeadersNonValidated.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Multiple header values associated with the same header name are considered to be
<Parameter Name="key" Type="System.String" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="key">The key to locate.</param>
<summary>Determines whether the read-only dictionary contains an element that has the specified key.</summary>
<returns>
<see langword="true" /> if the read-only dictionary contains an element that has the specified key; otherwise, <see langword="false" />.</returns>
Expand Down Expand Up @@ -264,10 +264,10 @@ Multiple header values associated with the same header name are considered to be
<Parameter Name="value" Type="System.Net.Http.Headers.HeaderStringValues" RefType="out" />
</Parameters>
<Docs>
<param name="key">To be added.</param>
<param name="value">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="key">The key to locate.</param>
<param name="value">When this method returns, contains the value associated with the specified key, if the key is found; otherwise, contains the default value of <see cref="T:System.Net.Http.Headers.HeaderStringValues" />. This parameter is passed uninitialized.</param>
<summary>Gets the value that is associated with the specified key.</summary>
<returns><see langword="true" /> if the collection contains the specified header; otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
12 changes: 6 additions & 6 deletions xml/System.Net.WebSockets/WebSocket.xml
Original file line number Diff line number Diff line change
Expand Up @@ -958,12 +958,12 @@
<Parameter Name="cancellationToken" Type="System.Threading.CancellationToken" Index="3" FrameworkAlternate="net-6.0" />
</Parameters>
<Docs>
<param name="buffer">To be added.</param>
<param name="messageType">To be added.</param>
<param name="messageFlags">To be added.</param>
<param name="cancellationToken">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="buffer">The buffer to be sent over the connection.</param>
<param name="messageType">One of the enumeration values that indicates whether the application is sending a binary or text message.</param>
<param name="messageFlags">Flags for controlling how the <see cref="T:System.Net.WebSockets.WebSocket" /> should send a message.</param>
<param name="cancellationToken">The cancellation token to use to cancel the send operation.</param>
<summary>Sends data over the <see cref="T:System.Net.WebSockets.WebSocket" /> connection asynchronously.</summary>
<returns>The task object representing the asynchronous operation.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Net.WebSockets/WebSocketCreationOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketCreationOptions" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down
2 changes: 1 addition & 1 deletion xml/System.Net.WebSockets/WebSocketDeflateOptions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Although the WebSocket spec allows window bits from 8 to 15, the current impleme
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<summary>Creates an instance of the <see cref="T:System.Net.WebSockets.WebSocketDeflateOptions" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down