4 references to Continuation
System.Net.WebSockets (4)
System\Net\WebSockets\ManagedWebSocket.cs (4)
305opcode = MessageOpcode.Continuation; 637if (compressed && opcode != MessageOpcode.Continuation) 784if (header.Opcode == MessageOpcode.Continuation) 1202case MessageOpcode.Continuation: