[Modify] Edit it

master
sta 8 years ago
parent b1e8fb231c
commit 67dbc5e810

@ -191,8 +191,13 @@ namespace WebSocketSharp.Net
/// Gets the media type of the entity body data included in the request. /// Gets the media type of the entity body data included in the request.
/// </summary> /// </summary>
/// <value> /// <value>
/// A <see cref="string"/> that represents the value of the Content-Type /// <para>
/// header. /// 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> /// </value>
public string ContentType { public string ContentType {
get { get {

Loading…
Cancel
Save