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) {