From 42b83ddad39c5129d5a2e989e5448b2125682b6d Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 7 Jan 2018 17:05:29 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index 59b0b090..269d0f93 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -228,10 +228,16 @@ namespace WebSocketSharp.Net } /// - /// Gets a that contains the entity body data included in the request. + /// Gets a stream that contains the entity body data included in + /// the request. /// /// - /// A that contains the entity body data included in the request. + /// + /// A that contains the entity body data. + /// + /// + /// if no entity body data is included. + /// /// public Stream InputStream { get {