[Modify] Edit it

This commit is contained in:
sta 2018-01-28 16:41:05 +09:00
parent b1e8fb231c
commit 67dbc5e810

View File

@ -191,8 +191,13 @@ namespace WebSocketSharp.Net
/// Gets the media type of the entity body data included in the request.
/// </summary>
/// <value>
/// A <see cref="string"/> that represents the value of the Content-Type
/// header.
/// <para>
/// A <see cref="string"/> that represents the value of the Content-Type
/// header.
/// </para>
/// <para>
/// <see langword="null"/> if the Content-Type header is not present.
/// </para>
/// </value>
public string ContentType {
get {