From df7b16bfc5a4ef3b5a4a4daf1678837c3edc28f8 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 10 Mar 2018 18:09:42 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 7583643f..12353da8 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -173,15 +173,16 @@ namespace WebSocketSharp.Net } /// - /// Gets the length in bytes of the entity body data included in - /// the request. + /// Gets the length in bytes of the entity body data included in the + /// request. /// /// /// - /// A from the value of the Content-Length header. + /// A converted from the value of the Content-Length + /// header. /// /// - /// -1 if the value is not known. + /// -1 if the header is not present. /// /// public long ContentLength64 {