From 7a9f7be7dae28f147379483453821de22dfdc353 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 20 Jan 2018 17:13:06 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index a2ac06b3..a3e45bac 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -361,10 +361,11 @@ namespace WebSocketSharp.Net } /// - /// Gets the HTTP version used in the request. + /// Gets the HTTP version specified by the client. /// /// - /// A that represents the HTTP version used in the request. + /// A that represents the HTTP version specified in + /// the request line. /// public Version ProtocolVersion { get {