[Modify] Polish it
This commit is contained in:
parent
3f38dad3cd
commit
3a6dd700ba
@ -31,7 +31,7 @@ using System;
|
|||||||
namespace WebSocketSharp
|
namespace WebSocketSharp
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Contains the values of the state of a WebSocket connection.
|
/// Indicates the state of a WebSocket connection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <remarks>
|
/// <remarks>
|
||||||
/// The values of this enumeration are defined in
|
/// The values of this enumeration are defined in
|
||||||
@ -55,7 +55,7 @@ namespace WebSocketSharp
|
|||||||
Closing = 2,
|
Closing = 2,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to numeric value 3. Indicates that the connection has been closed or
|
/// Equivalent to numeric value 3. Indicates that the connection has been closed or
|
||||||
/// couldn't be opened.
|
/// couldn't be established.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
Closed = 3
|
Closed = 3
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user