diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 9fb76f92..d6f591dc 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -506,8 +506,13 @@ namespace WebSocketSharp.Net /// Gets the HTTP version used for the response. /// /// - /// A that represents the HTTP version used for - /// the response. + /// + /// A that represents the HTTP version used for + /// the response. + /// + /// + /// Always returns same as 1.1. + /// /// public Version ProtocolVersion { get {