From 131b4ca8c9f88c47a0028a0f8a4a3b406522054f Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 29 Oct 2019 19:48:08 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerResponse.cs | 22 +++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) 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 {