[Modify] Polish it
This commit is contained in:
parent
5fc3d52d1f
commit
d4dbf739fa
@ -31,7 +31,7 @@ using System;
|
|||||||
namespace WebSocketSharp
|
namespace WebSocketSharp
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Contains the values of the status code for the WebSocket connection close.
|
/// Indicates the status code for the WebSocket connection close.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// <para>
|
/// <para>
|
||||||
@ -47,7 +47,7 @@ namespace WebSocketSharp
|
|||||||
public enum CloseStatusCode : ushort
|
public enum CloseStatusCode : ushort
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to close status 1000. Indicates a normal close.
|
/// Equivalent to close status 1000. Indicates normal close.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Normal = 1000,
|
Normal = 1000,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user