[Modify] Edit it

This commit is contained in:
sta 2019-10-15 21:07:03 +09:00
parent 1d394de40c
commit 4729a77679

View File

@ -182,15 +182,22 @@ namespace WebSocketSharp.Net
/// 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>
/// A <see cref="string"/> that represents the media type of the entity body, /// <para>
/// or <see langword="null"/> if no media type is specified. This value is /// A <see cref="string"/> that represents the media type of the entity
/// used for the value of the Content-Type entity-header. /// body.
/// </para>
/// <para>
/// It is used for the value of the Content-Type entity-header.
/// </para>
/// <para>
/// <see langword="null"/> if no media type is specified.
/// </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 empty.
/// </exception> /// </exception>
/// <exception cref="ObjectDisposedException"> /// <exception cref="ObjectDisposedException">
/// This object is closed. /// This instance is closed.
/// </exception> /// </exception>
public string ContentType { public string ContentType {
get { get {