Refactored a bit for CloseStatusCode.cs
This commit is contained in:
parent
371ac36dd9
commit
06b4084a06
@ -86,7 +86,7 @@ namespace WebSocketSharp
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Equivalent to close status 1007.
|
/// Equivalent to close status 1007.
|
||||||
/// Indicates that an endpoint is terminating the connection because it has received
|
/// Indicates that an endpoint is terminating the connection because it has received
|
||||||
/// a message that contains a data that isn't consistent with the type of the message.
|
/// a message that contains data that isn't consistent with the type of the message.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
InconsistentData = 1007,
|
InconsistentData = 1007,
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Loading…
Reference in New Issue
Block a user