diff --git a/websocket-sharp/Net/HttpListenerResponse.cs b/websocket-sharp/Net/HttpListenerResponse.cs index 455ef208..a3b5efd0 100644 --- a/websocket-sharp/Net/HttpListenerResponse.cs +++ b/websocket-sharp/Net/HttpListenerResponse.cs @@ -517,22 +517,35 @@ namespace WebSocketSharp.Net } /// - /// Gets or sets the description of the HTTP status code returned to the client. + /// Gets or sets the description of the HTTP status code returned to + /// the client. /// /// - /// A that represents the description of the status code. The default - /// value is the RFC 2616 - /// description for the property value, - /// or if an RFC 2616 description doesn't exist. + /// + /// A that represents the description of + /// the HTTP status code for the response to the request. + /// + /// + /// The default value is + /// the + /// RFC 2616 description for the + /// property value. + /// + /// + /// An empty string if an RFC 2616 description does not exist. + /// /// + /// + /// The value specified for a set operation is . + /// /// - /// The value specified for a set operation contains invalid characters. + /// The value specified for a set operation contains an invalid character. /// /// - /// The response has already been sent. + /// The response is already being sent. /// /// - /// This object is closed. + /// This instance is closed. /// public string StatusDescription { get {