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
<paramname="keepAliveInterval">To be added.</param>
50
-
<summary>To be added.</summary>
51
-
<returns>To be added.</returns>
46
+
<paramname="stream">The stream for the connection.</param>
47
+
<paramname="isServer"><seelangword="true" /> to indicate it's the server-side of the connection; <seelangword="false" /> if it's the client-side.</param>
48
+
<paramname="subProtocol">The agreed upon sub-protocol that was used when creating the connection.</param>
49
+
<paramname="keepAliveInterval">The keep-alive interval to use, or <seecref="F:System.Threading.Timeout.InfiniteTimeSpan" /> to disable keep-alives.</param>
50
+
<summary>Creates a new WebSocket connection that operates on the specified stream.</summary>
0 commit comments