[Modify] Edit it

This commit is contained in:
sta 2019-10-13 20:28:19 +09:00
parent eadd67a1d4
commit 3e6f9e512d

View File

@ -121,14 +121,20 @@ namespace WebSocketSharp.Net
#region Public Properties #region Public Properties
/// <summary> /// <summary>
/// Gets or sets the encoding for the entity body data included in the response. /// Gets or sets the encoding for the entity body data included in
/// the response.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="Encoding"/> that represents the encoding for the entity body data, /// <para>
/// or <see langword="null"/> if no encoding is specified. /// A <see cref="Encoding"/> that represents the encoding for
/// the entity body data.
/// </para>
/// <para>
/// <see langword="null"/> if no encoding is specified.
/// </para>
/// </value> /// </value>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This object is closed. /// This instance is closed.
/// </exception> /// </exception>
public Encoding ContentEncoding { public Encoding ContentEncoding {
get { get {