Source position: fpwebsocket.pp line 80
type TFrameType = (
ftContinuation,
ftText,
ftBinary,
ftClose,
ftPing,
ftPong,
ftFutureOpcodes
);