[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.
|
/// Sends the specified file asynchronously using the WebSocket connection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <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>
|
/// <para>
|
||||||
/// The file is sent as the binary data.
|
/// The file is sent as the binary data.
|
||||||
/// </para>
|
/// </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>
|
||||||
/// <param name="completed">
|
/// <param name="completed">
|
||||||
/// <para>
|
/// <para>
|
||||||
|
Loading…
Reference in New Issue
Block a user