Hosanna UI API v1.30.2-next
    Preparing search index...

    Interface ISGISGNodeHttpAgentAccess

    Interface for node HTTP agent access.

    interface ISGISGNodeHttpAgentAccess {
        getHttpAgent(): any;
        setHttpAgent(HTTP_agent: any): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods

    • Gets HTTP agent

      Returns any

    • Sets HTTP agent

      Parameters

      • HTTP_agent: any

      Returns boolean