diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs
index 31116258..fc0254ba 100644
--- a/websocket-sharp/Net/HttpListenerResponse.cs
+++ b/websocket-sharp/Net/HttpListenerResponse.cs
@@ -469,18 +469,28 @@ namespace WebSocketSharp.Net
/// Gets or sets the HTTP status code returned to the client.
///
///
- /// An that represents the status code for the response to
- /// the request. The default value is same as .
+ ///
+ /// An that represents the HTTP status code for
+ /// the response to the request.
+ ///
+ ///
+ /// The default value is 200. It is same as
+ /// .
+ ///
///
///
- /// The response has already been sent.
+ /// The response is already being sent.
///
///
- /// This object is closed.
+ /// This instance is closed.
///
///
- /// The value specified for a set operation is invalid. Valid values are
- /// between 100 and 999 inclusive.
+ ///
+ /// The value specified for a set operation is invalid.
+ ///
+ ///
+ /// Valid values are between 100 and 999 inclusive.
+ ///
///
public int StatusCode {
get {