diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 3ab4f3cc..e5f8ecf7 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -106,12 +106,16 @@ namespace WebSocketSharp.Net #region Public Properties /// - /// Gets the media types which are acceptable for the response. + /// Gets the media types which are acceptable for the client. /// /// - /// An array of that contains the media type names in - /// the Accept request-header, or if the request didn't include - /// the Accept header. + /// + /// An array of that contains the names of the media + /// types specified in the value of the Accept header. + /// + /// + /// if the request includes no Accept header. + /// /// public string[] AcceptTypes { get {