diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 062c1ce4..496578ad 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -330,6 +330,9 @@ namespace WebSocketSharp.Net /// /// The value specified for a set operation is an empty string. /// + /// + /// The response is already being sent. + /// /// /// This instance is closed. ///