diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index ed9dfc15..978ee275 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -1180,12 +1180,29 @@ namespace WebSocketSharp.Net
/// A that represents the value of the header to set.
///
///
- /// is or empty.
+ /// is .
///
///
///
- /// or contains
- /// an invalid character.
+ /// is an empty string.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// is a string of spaces.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// contains an invalid character.
+ ///
+ ///
+ /// -or-
+ ///
+ ///
+ /// contains an invalid character.
///
///
/// -or-
@@ -1199,7 +1216,7 @@ namespace WebSocketSharp.Net
/// characters.
///
///
- /// The header cannot be allowed to set in the current headers.
+ /// The current headers do not allow the header.
///
public void SetHeader (string name, string value)
{