[Modify] Edit it

This commit is contained in:
sta 2020-01-08 21:43:58 +09:00
parent 90e935f835
commit 897a99e86d

View File

@ -314,12 +314,13 @@ namespace WebSocketSharp.Net
} }
/// <summary> /// <summary>
/// Gets or sets the media type of the entity body included in the response. /// Gets or sets the media type of the entity body included in
/// the response.
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
/// A <see cref="string"/> that represents the media type of the entity /// A <see cref="string"/> that represents the media type of
/// body. /// the entity body.
/// </para> /// </para>
/// <para> /// <para>
/// It is used for the value of the Content-Type header. /// It is used for the value of the Content-Type header.
@ -339,7 +340,8 @@ namespace WebSocketSharp.Net
/// -or- /// -or-
/// </para> /// </para>
/// <para> /// <para>
/// The value specified for a set operation contains an invalid character. /// The value specified for a set operation contains
/// an invalid character.
/// </para> /// </para>
/// </exception> /// </exception>
/// <exception cref="InvalidOperationException"> /// <exception cref="InvalidOperationException">