From 5ca13f5009f59c675e045d539c60f7933febad6c Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 27 Dec 2019 20:51:47 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Ext.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Ext.cs b/websocket-sharp/Ext.cs index 904d4bcd..0102d8cd 100644 --- a/websocket-sharp/Ext.cs +++ b/websocket-sharp/Ext.cs @@ -1341,13 +1341,19 @@ namespace WebSocketSharp } /// - /// Gets the description of the specified HTTP status . + /// Gets the description of the specified HTTP status code. /// /// - /// A that represents the description of the HTTP status code. + /// + /// A that represents the description of + /// the HTTP status code. + /// + /// + /// An empty string if the description is not present. + /// /// /// - /// An that represents the HTTP status code. + /// An that specifies the HTTP status code. /// public static string GetStatusDescription (this int code) {