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 {