kaios-types
    Preparing search index...

    Interface SocketOptions

    Options for opening a TCP socket.

    interface SocketOptions {
        binaryType?: TCPSocketBinaryType;
        useSecureTransport?: boolean;
    }
    Index

    Properties

    binaryType?: TCPSocketBinaryType
    useSecureTransport?: boolean