[Modify] Edit it

This commit is contained in:
sta 2016-11-17 17:26:10 +09:00
parent 63c3d134c9
commit 3922d4c8ef

View File

@ -2662,12 +2662,12 @@ namespace WebSocketSharp
/// <param name="data"> /// <param name="data">
/// An array of <see cref="byte"/> that represents the binary data to send. /// An array of <see cref="byte"/> that represents the binary data to send.
/// </param> /// </param>
/// <exception cref="ArgumentNullException">
/// <paramref name="data"/> is <see langword="null"/>.
/// </exception>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">
/// The current state of the connection is not Open. /// The current state of the connection is not Open.
/// </exception> /// </exception>
/// <exception cref="ArgumentNullException">
/// <paramref name="data"/> is <see langword="null"/>.
/// </exception>
public void Send (byte[] data) public void Send (byte[] data)
{ {
if (_readyState != WebSocketState.Open) { if (_readyState != WebSocketState.Open) {