Refactored a bit for CloseStatusCode.cs

This commit is contained in:
sta 2015-04-27 17:21:08 +09:00
parent 371ac36dd9
commit 06b4084a06

View File

@ -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>