KC's Workspace
    Preparing search index...
    VerifyClientCallbackSync: (
        info: { origin: string; req: IncomingMessage; secure: boolean },
    ) => boolean

    VerifyClientCallbackSync is a synchronous callback used to inspect the incoming message. The return value (boolean) of the function determines whether or not to accept the handshake.

    Type Declaration

      • (info: { origin: string; req: IncomingMessage; secure: boolean }): boolean
      • Parameters

        Returns boolean