[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>
/// 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>
/// <value>
/// <para>
/// A <see cref="string"/> that represents the media type of the entity
/// body.
/// A <see cref="string"/> that represents the media type of
/// the entity body.
/// </para>
/// <para>
/// It is used for the value of the Content-Type header.
@ -339,7 +340,8 @@ namespace WebSocketSharp.Net
/// -or-
/// </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>
/// </exception>
/// <exception cref="InvalidOperationException">