[Modify] Edit it

This commit is contained in:
sta 2020-04-23 21:22:25 +09:00
parent 9cac1b0d10
commit bdc3290043

View File

@ -1674,11 +1674,11 @@ namespace WebSocketSharp.Net
}
/// <summary>
/// Converts the current <see cref="WebHeaderCollection"/> to an array of <see cref="byte"/>.
/// Converts the current instance to an array of byte.
/// </summary>
/// <returns>
/// An array of <see cref="byte"/> that receives the converted current
/// <see cref="WebHeaderCollection"/>.
/// An array of <see cref="byte"/> converted from a string that represents
/// the current instance.
/// </returns>
public byte[] ToByteArray ()
{