[Modify] Edit it
This commit is contained in:
parent
3afb60ae84
commit
0b83518ae1
@ -135,9 +135,14 @@ namespace WebSocketSharp.Net
|
|||||||
/// Gets the encoding for the entity body data included in the request.
|
/// Gets the encoding for the entity body data included in the request.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="Encoding"/> that represents the encoding for the entity body data,
|
/// <para>
|
||||||
/// or <see cref="Encoding.Default"/> if the request didn't include the information about
|
/// A <see cref="Encoding"/> that represents the encoding for the entity
|
||||||
/// the encoding.
|
/// body data.
|
||||||
|
/// </para>
|
||||||
|
/// <para>
|
||||||
|
/// <see cref="Encoding.UTF8"/> if the charset value from the Content-Type
|
||||||
|
/// header is not available.
|
||||||
|
/// </para>
|
||||||
/// </value>
|
/// </value>
|
||||||
public Encoding ContentEncoding {
|
public Encoding ContentEncoding {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user