[Modify] Edit it

This commit is contained in:
sta 2019-12-27 20:51:47 +09:00
parent 7df1ec19fc
commit 5ca13f5009

View File

@ -1341,13 +1341,19 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Gets the description of the specified HTTP status <paramref name="code"/>. /// Gets the description of the specified HTTP status code.
/// </summary> /// </summary>
/// <returns> /// <returns>
/// A <see cref="string"/> that represents the description of the HTTP status code. /// <para>
/// A <see cref="string"/> that represents the description of
/// the HTTP status code.
/// </para>
/// <para>
/// An empty string if the description is not present.
/// </para>
/// </returns> /// </returns>
/// <param name="code"> /// <param name="code">
/// An <see cref="int"/> that represents the HTTP status code. /// An <see cref="int"/> that specifies the HTTP status code.
/// </param> /// </param>
public static string GetStatusDescription (this int code) public static string GetStatusDescription (this int code)
{ {