[Modify] Edit it

This commit is contained in:
sta 2019-12-26 19:44:37 +09:00
parent dfa8c0b248
commit 7df1ec19fc

View File

@ -1321,13 +1321,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. /// A <see cref="string"/> that represents the description of
/// the HTTP status code.
/// </returns> /// </returns>
/// <param name="code"> /// <param name="code">
/// One of <see cref="HttpStatusCode"/> enum values, indicates the HTTP status code. /// <para>
/// One of the <see cref="HttpStatusCode"/> enum values.
/// </para>
/// <para>
/// It specifies the HTTP status code.
/// </para>
/// </param> /// </param>
public static string GetDescription (this HttpStatusCode code) public static string GetDescription (this HttpStatusCode code)
{ {