From 57c28c9f4179569a64b48d141027f8c01dfe7abd Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 1 Oct 2016 18:12:47 +0900 Subject: [PATCH] [Modify] Change access level to internal --- websocket-sharp/Opcode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Opcode.cs b/websocket-sharp/Opcode.cs index faabdb0d..f35ddfe2 100644 --- a/websocket-sharp/Opcode.cs +++ b/websocket-sharp/Opcode.cs @@ -37,7 +37,7 @@ namespace WebSocketSharp /// The values of this enumeration are defined in /// Section 5.2 of RFC 6455. /// - public enum Opcode : byte + internal enum Opcode : byte { /// /// Equivalent to numeric value 0. Indicates continuation frame.