[Modify] Edit it
This commit is contained in:
parent
874fb7cf86
commit
6521205874
@ -3582,15 +3582,15 @@ namespace WebSocketSharp
|
||||
/// Sends the specified file asynchronously using the WebSocket connection.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method does not wait for the send to be complete.
|
||||
/// </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>
|
||||
/// <para>
|
||||
/// This method does not wait for the send to be complete.
|
||||
/// </para>
|
||||
/// </remarks>
|
||||
/// <param name="fileInfo">
|
||||
/// A <see cref="FileInfo"/> that specifies the file to send.
|
||||
/// </param>
|
||||
/// <param name="completed">
|
||||
/// <para>
|
||||
|
Loading…
Reference in New Issue
Block a user