[Modify] Edit it

master
sta 6 years ago
parent 9cac1b0d10
commit bdc3290043

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

Loading…
Cancel
Save