[Modify] Change access level to internal

This commit is contained in:
sta 2016-10-01 18:12:47 +09:00
parent 7c1476522f
commit 57c28c9f41

View File

@ -37,7 +37,7 @@ namespace WebSocketSharp
/// The values of this enumeration are defined in
/// <see href="http://tools.ietf.org/html/rfc6455#section-5.2">Section 5.2</see> of RFC 6455.
/// </remarks>
public enum Opcode : byte
internal enum Opcode : byte
{
/// <summary>
/// Equivalent to numeric value 0. Indicates continuation frame.