[Modify] Edit it

This commit is contained in:
sta 2018-01-06 17:45:22 +09:00
parent e93454e952
commit 5878c2f715

View File

@ -136,12 +136,11 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
/// A <see cref="Encoding"/> that represents the encoding for the entity /// A <see cref="Encoding"/> from the charset value of the Content-Type
/// body data. /// header.
/// </para> /// </para>
/// <para> /// <para>
/// <see cref="Encoding.UTF8"/> if the charset value from the Content-Type /// <see cref="Encoding.UTF8"/> if the charset value is not available.
/// header is not available.
/// </para> /// </para>
/// </value> /// </value>
public Encoding ContentEncoding { public Encoding ContentEncoding {