You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port System.Net.WebSockets triple slash comments to Docs (#2319)
* Port System.Net.WebSockets triple slash comments to Docs
* Apply suggestions from code review
Suggestions provided by davidsh and karelz.
Co-Authored-By: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
* Apply suggestions from code review
Suggestions by mairaw
Co-Authored-By: carlossanlop <1175054+carlossanlop@users.noreply.github.com>
<paramname="count">The number of bytes that the <seecref="T:System.Net.WebSockets.WebSocket" /> received.</param>
53
+
<paramname="messageType">One of the enumeration values that indicates whether the current message is a UTF-8 message or a binary message.</param>
54
+
<paramname="endOfMessage"><seelangword="true" /> to indicate the messsage has been received completely; otherwise, <seelangword="false" />.</param>
55
+
<summary>Initializes a new instance of the <seecref="T:System.Net.WebSockets.ValueWebSocketReceiveResult" /> struct. An instance of this struct represents the result of performing a single <c>ReceiveAsync</c> operation on a <seecref="T:System.Net.WebSockets.WebSocket" />.</summary>
<paramname="keepAliveInterval">To be added.</param>
407
-
<summary>To be added.</summary>
408
-
<returns>To be added.</returns>
403
+
<paramname="stream">The stream for the connection.</param>
404
+
<paramname="isServer"><seelangword="true" /> to indicate it's the server-side of the connection; <seelangword="false" /> if it's the client-side.</param>
405
+
<paramname="subProtocol">The agreed upon sub-protocol that was used when creating the connection.</param>
406
+
<paramname="keepAliveInterval">The keep-alive interval to use, or <seecref="F:System.Threading.Timeout.InfiniteTimeSpan" /> to disable keep-alives.</param>
407
+
<summary>Creates a new <seecref="T:System.Net.WebSockets.WebSocket" /> object that operates on the specified stream, which represents a web socket connection.</summary>
0 commit comments