Browse Source

[Modify] Edit it

master
sta 2 months ago
parent
commit
07dc675e7b
  1. 3
      websocket-sharp/WebSocket.cs

3
websocket-sharp/WebSocket.cs

@ -3795,7 +3795,8 @@ namespace WebSocketSharp
/// </para>
/// </param>
/// <exception cref="InvalidOperationException">
/// The current state of the interface is not Open.
/// The SendAsync method is not available when the current state of
/// the interface is not Open.
/// </exception>
/// <exception cref="ArgumentNullException">
/// <paramref name="fileInfo"/> is <see langword="null"/>.

Loading…
Cancel
Save