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

    Interface representing an HTTP agent that extends ISGIHttpAgent.

    interface ISGROHttpAgent {
        AddCookies(cookies: any): boolean;
        AddHeader(name: string, value: string): boolean;
        ClearCookies(): any;
        EnableCookies(): any;
        GetCookies(domain: string, path: string): any;
        InitClientCertificates(): boolean;
        SetCertificatesDepth(depth: number): any;
        SetCertificatesFile(path: string): boolean;
        SetHeaders(nameValueMap: any): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods