[Modify] Edit it
This commit is contained in:
		@@ -3259,8 +3259,8 @@ namespace WebSocketSharp
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    /// <summary>
 | 
			
		||||
    /// Sends the specified <paramref name="data"/> asynchronously using
 | 
			
		||||
    /// the WebSocket connection.
 | 
			
		||||
    /// Sends <paramref name="data"/> asynchronously using the WebSocket
 | 
			
		||||
    /// connection.
 | 
			
		||||
    /// </summary>
 | 
			
		||||
    /// <remarks>
 | 
			
		||||
    /// This method does not wait for the send to be complete.
 | 
			
		||||
@@ -3269,9 +3269,17 @@ namespace WebSocketSharp
 | 
			
		||||
    /// An array of <see cref="byte"/> that represents the binary data to send.
 | 
			
		||||
    /// </param>
 | 
			
		||||
    /// <param name="completed">
 | 
			
		||||
    /// An <c>Action<bool></c> delegate that invokes the method called when
 | 
			
		||||
    /// the send is complete. A <see cref="bool"/> passed to this delegate will be
 | 
			
		||||
    /// <c>true</c> if the send has done with no error.
 | 
			
		||||
    ///   <para>
 | 
			
		||||
    ///   An <c>Action<bool></c> delegate or <see langword="null"/>
 | 
			
		||||
    ///   if not needed.
 | 
			
		||||
    ///   </para>
 | 
			
		||||
    ///   <para>
 | 
			
		||||
    ///   The delegate invokes the method called when the send is complete.
 | 
			
		||||
    ///   </para>
 | 
			
		||||
    ///   <para>
 | 
			
		||||
    ///   <c>true</c> is passed to the method if the send has done with
 | 
			
		||||
    ///   no error; otherwise, <c>false</c>.
 | 
			
		||||
    ///   </para>
 | 
			
		||||
    /// </param>
 | 
			
		||||
    /// <exception cref="InvalidOperationException">
 | 
			
		||||
    /// The current state of the connection is not Open.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user