Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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.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">Indicates the number of bytes that the WebSocket received.</param>
<param name="messageType">Indicates whether the current message is a UTF-8 message or a binary message.</param>
<param name="endOfMessage">Indicates whether the message has been received completely.</param>
<summary>An instance of this class represents the result of performing a single ReceiveAsync operation on a WebSocket.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down Expand Up @@ -132,4 +132,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>
14 changes: 7 additions & 7 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 is 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 Expand Up @@ -933,4 +933,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>