public void SetDefault()
 {
     //CurrentMaskIndex = 0;
     IsEnd    = true;
     IsMasked = true;
     Mask     = 0;
     Opcode   = WebSocketReader.OpCode.Close;
     //        PayloadLeft = 0;
     PayloadLen = 0;
     //        ExtensionDataLength = 0;
     //        ApplicationDataLength = 0;
 }
Ejemplo n.º 2
0
        public void SetDefault()
        {

            //CurrentMaskIndex = 0;
            IsEnd = true;
            IsMasked = true;
            Mask = 0;
            Opcode = WebSocketReader.OpCode.Close;
  //        PayloadLeft = 0;
            PayloadLen = 0;
  //        ExtensionDataLength = 0;
  //        ApplicationDataLength = 0;

        }