hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface ISGISocketConnectionoption

    Interface for socket connection options.

    interface ISGISocketConnectionoption {
        GetKeepAlive(): boolean;
        GetLinger(): number;
        GetMaxSeg(): number;
        GetNoDelay(): boolean;
        SetKeepAlive(enable: boolean): boolean;
        SetLinger(time: number): boolean;
        SetMaxSeg(time: number): boolean;
        SetNoDelay(enable: boolean): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods