Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions xml/System.Net.WebSockets/ValueWebSocketReceiveResult.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
<Parameter Name="endOfMessage" Type="System.Boolean" />
</Parameters>
<Docs>
<param name="count">To be added.</param>
<param name="messageType">To be added.</param>
<param name="endOfMessage">To be added.</param>
<summary>To be added.</summary>
<param name="count">The number of bytes received.</param>
<param name="messageType">The type of message that was received.</param>
<param name="endOfMessage">Whether this is the final message.</param>
<summary>Creates an instance of the <see cref="T:System.Net.WebSockets.ValueWebSocketReceiveResult" /> value type.</summary>
<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 @@ -400,12 +400,12 @@
<Parameter Name="keepAliveInterval" Type="System.TimeSpan" Index="3" FrameworkAlternate="netcore-2.1;netcore-2.2;netcore-3.0;netstandard-2.1" />
</Parameters>
<Docs>
<param name="stream">To be added.</param>
<param name="isServer">To be added.</param>
<param name="subProtocol">To be added.</param>
<param name="keepAliveInterval">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<param name="stream">The <see cref="T:System.IO.Stream" /> for the connection.</param>
<param name="isServer"><see langword="true" /> if this is the server-side of the connection; <see langword="false" /> if it's the client side.</param>
<param name="subProtocol">The agreed upon sub-protocol that was used when creating the connection.</param>
<param name="keepAliveInterval">The keep-alive interval to use, or <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" /> to disable keep-alives.</param>
<summary>Creates a <see cref="T:System.Net.WebSockets.WebSocket" /> that operates on a <see cref="T:System.IO.Stream" /> representing a web socket connection.</summary>
<returns>The created <see cref="T:System.Net.WebSockets.WebSocket" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down