[Modify] Edit it

This commit is contained in:
sta 2018-01-05 17:20:40 +09:00
parent 3afb60ae84
commit 0b83518ae1

View File

@ -135,9 +135,14 @@ namespace WebSocketSharp.Net
/// Gets the encoding for the entity body data included in the request.
/// </summary>
/// <value>
/// A <see cref="Encoding"/> that represents the encoding for the entity body data,
/// or <see cref="Encoding.Default"/> if the request didn't include the information about
/// the encoding.
/// <para>
/// A <see cref="Encoding"/> that represents the encoding for the entity
/// body data.
/// </para>
/// <para>
/// <see cref="Encoding.UTF8"/> if the charset value from the Content-Type
/// header is not available.
/// </para>
/// </value>
public Encoding ContentEncoding {
get {