From 81afcde3575ad1337cc70b7aeffee39917e474d3 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 7 Jan 2018 17:18:27 +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 269d0f93..59df8889 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -192,10 +192,11 @@ namespace WebSocketSharp.Net } /// - /// Gets a value indicating whether the request has the entity body. + /// Gets a value indicating whether the request has the entity body data. /// /// - /// true if the request has the entity body; otherwise, false. + /// true if the request has the entity body data; otherwise, + /// false. /// public bool HasEntityBody { get {