From 5878c2f715402afbdc12d37f3b16b2d3cf80c154 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 6 Jan 2018 17:45:22 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index b9e6df98..37926ee3 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -136,12 +136,11 @@ namespace WebSocketSharp.Net /// /// /// - /// A that represents the encoding for the entity - /// body data. + /// A from the charset value of the Content-Type + /// header. /// /// - /// if the charset value from the Content-Type - /// header is not available. + /// if the charset value is not available. /// /// public Encoding ContentEncoding {