[Modify] Edit it

This commit is contained in:
sta 2016-11-25 17:02:19 +09:00
parent 0789794b2a
commit 218537d0a0

View File

@ -2696,7 +2696,7 @@ namespace WebSocketSharp
/// Sends the specified file as the binary data using the WebSocket connection. /// Sends the specified file as the binary data using the WebSocket connection.
/// </summary> /// </summary>
/// <param name="fileInfo"> /// <param name="fileInfo">
/// A <see cref="FileInfo"/> that specifies the file to send. /// A <see cref="FileInfo"/> that specifies a 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.