@ -688,12 +688,6 @@ Extended Payload Length: {7}
return frame;
}
internal static void ReadFrameAsync (
Stream stream, Action<WebSocketFrame> completed, Action<Exception> error)
{
ReadFrameAsync (stream, true, completed, error);
Stream stream, bool unmask, Action<WebSocketFrame> completed, Action<Exception> error)