[Modify] Edit it
This commit is contained in:
parent
eadd67a1d4
commit
3e6f9e512d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user