From 8f91f46fd2c81fad8d070ed3b7bdc5dfca8474e2 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 29 Apr 2015 15:24:29 +0900 Subject: [PATCH] Refactored a bit for CloseStatusCode.cs --- websocket-sharp/CloseStatusCode.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/CloseStatusCode.cs b/websocket-sharp/CloseStatusCode.cs index 7ca2739a..61e60fdf 100644 --- a/websocket-sharp/CloseStatusCode.cs +++ b/websocket-sharp/CloseStatusCode.cs @@ -36,13 +36,12 @@ namespace WebSocketSharp /// /// /// The values of the status code are defined in - /// Section 7.4 - /// of RFC 6455. + /// Section 7.4 of RFC 6455. /// /// - /// "Reserved value" must not be set as a status code in a close control frame - /// by an endpoint. It's designated for use in applications expecting a status - /// code to indicate that the connection was closed due to the system grounds. + /// "Reserved value" must not be set as a status code in a close control frame by + /// an endpoint. It's designated for use in applications expecting a status code to + /// indicate that the connection was closed due to the system grounds. /// /// public enum CloseStatusCode : ushort