From e32194cdc84cac22001449cd3dfe3a74baad1c9b Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 6 Jan 2018 17:32:56 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 8ff66373..8652d38d 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -151,11 +151,16 @@ namespace WebSocketSharp.Net } /// - /// Gets the number of bytes in the entity body data included in the request. + /// Gets the length in bytes of the entity body data included in + /// the request. /// /// - /// A that represents the value of the Content-Length entity-header, - /// or -1 if the value isn't known. + /// + /// A from the value of the Content-Length header. + /// + /// + /// -1 if the value is not known. + /// /// public long ContentLength64 { get {