System.Net.WebSockets.WebSocket.IsStateTerminal C# (CSharp) Method

IsStateTerminal() protected static method

protected static IsStateTerminal ( System state ) : bool
state System
return bool
        protected static bool IsStateTerminal(System.Net.WebSockets.WebSocketState state) { throw null; }
        public abstract System.Threading.Tasks.Task<System.Net.WebSockets.WebSocketReceiveResult> ReceiveAsync(System.ArraySegment<byte> buffer, System.Threading.CancellationToken cancellationToken);