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.