File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -2243,15 +2243,12 @@ public void Close ()
22432243 }
22442244
22452245 /// <summary>
2246- /// Closes the WebSocket connection with the specified <see cref="ushort "/>,
2246+ /// Closes the WebSocket connection with the specified <paramref name="code "/>,
22472247 /// and releases all associated resources.
22482248 /// </summary>
2249- /// <remarks>
2250- /// This method emits a <see cref="OnError"/> event if <paramref name="code"/> isn't in
2251- /// the allowable range of the close status code.
2252- /// </remarks>
22532249 /// <param name="code">
2254- /// A <see cref="ushort"/> that represents the status code indicating the reason for the close.
2250+ /// A <see cref="ushort"/> that represents the status code indicating
2251+ /// the reason for the close.
22552252 /// </param>
22562253 public void Close ( ushort code )
22572254 {
You can’t perform that action at this time.
0 commit comments