From d7e86529e40d2b0f6cd93d6c631d7b6a8bbdbfe0 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 18 Jan 2018 14:57:23 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 12c5b1a5..8cc09b51 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -179,7 +179,8 @@ namespace WebSocketSharp.Net /// Gets the media type of the entity body data included in the request. /// /// - /// A from the value of the Content-Type header. + /// A that represents the value of the Content-Type + /// header. /// public string ContentType { get {