SocketConnectionOptions | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias SocketConnectionOptions

    type SocketConnectionOptions = {
        host: string;
        keepAlive?: boolean;
        port: number;
        timeoutMs?: number;
    }
    Index

    Properties

    host: string
    keepAlive?: boolean
    port: number
    timeoutMs?: number