From 7f7be0d757b0d10bddb4e640e40662e339fe9f00 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 1 Nov 2016 16:03:50 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 364ad1ca..db111864 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -298,11 +298,13 @@ namespace WebSocketSharp #region Public Properties /// - /// Gets or sets the compression method used to compress a message on the WebSocket connection. + /// Gets or sets the compression method used to compress a message on + /// the WebSocket connection. /// /// - /// One of the enum values, specifies the compression method - /// used to compress a message. The default value is . + /// One of the enum values that specifies + /// the compression method used to compress a message. The default value is + /// . /// public CompressionMethod Compression { get {