diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 73a1fd46..57e13c06 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -262,13 +262,14 @@ namespace WebSocketSharp.Net } /// - /// Gets a to use to write the entity body data. + /// Gets a stream instance to which the entity body data can be written. /// /// - /// A to use to write the entity body data. + /// A instance to which the entity body data can be + /// written. /// /// - /// This object is closed. + /// This instance is closed. /// public Stream OutputStream { get {