[Modify] Edit it

This commit is contained in:
sta 2017-08-14 15:03:03 +09:00
parent 92dc2cc54b
commit 79dd2a7397

View File

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