From 0b83518ae1ea6179af0417815a89587b313d74c1 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 5 Jan 2018 17:20:40 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 3bb77c32..8ff66373 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -135,9 +135,14 @@ namespace WebSocketSharp.Net /// Gets the encoding for the entity body data included in the request. /// /// - /// A that represents the encoding for the entity body data, - /// or if the request didn't include the information about - /// the encoding. + /// + /// A that represents the encoding for the entity + /// body data. + /// + /// + /// if the charset value from the Content-Type + /// header is not available. + /// /// public Encoding ContentEncoding { get {