[Modify] Edit it
This commit is contained in:
parent
92dc2cc54b
commit
79dd2a7397
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user