This commit is contained in:
niko
2026-06-04 11:42:34 +02:00
parent f39ba70a9f
commit e720b98cd1
7488 changed files with 2493818 additions and 0 deletions
@@ -0,0 +1,21 @@
using System;
namespace BestHTTP.WebSocket.Frames
{
// Token: 0x02000222 RID: 546
public enum CLIGHMMAICB : byte
{
// Token: 0x04000DE3 RID: 3555
Continuation,
// Token: 0x04000DE4 RID: 3556
Text,
// Token: 0x04000DE5 RID: 3557
Binary,
// Token: 0x04000DE6 RID: 3558
ConnectionClose = 8,
// Token: 0x04000DE7 RID: 3559
Ping,
// Token: 0x04000DE8 RID: 3560
Pong
}
}