[Modify] Edit it

master
sta 8 years ago
parent 67120df0e5
commit 80273adef5

@ -3378,11 +3378,13 @@ namespace WebSocketSharp
/// <summary>
/// Sends the specified file using the WebSocket connection.
/// </summary>
/// <remarks>
/// The file is sent as the binary data.
/// </remarks>
/// <param name="fileInfo">
/// <para>
/// A <see cref="FileInfo"/> that specifies the file to send.
/// </para>
/// <para>
/// The file is sent as the binary data.
/// </para>
/// </param>
/// <exception cref="InvalidOperationException">
/// The current state of the connection is not Open.

Loading…
Cancel
Save