[Modify] Edit it

This commit is contained in:
sta 2019-11-27 21:13:54 +09:00
parent 50084de4b0
commit 7891e1fa6d

View File

@ -198,14 +198,14 @@ namespace WebSocketSharp.Net
/// body. /// body.
/// </para> /// </para>
/// <para> /// <para>
/// It is used for the value of the Content-Type entity-header. /// It is used for the value of the Content-Type header.
/// </para> /// </para>
/// <para> /// <para>
/// <see langword="null"/> if no media type is specified. /// <see langword="null"/> if no media type is specified.
/// </para> /// </para>
/// </value> /// </value>
/// <exception cref="ArgumentException"> /// <exception cref="ArgumentException">
/// The value specified for a set operation is empty. /// The value specified for a set operation is an empty string.
/// </exception> /// </exception>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This instance is closed. /// This instance is closed.