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 {