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

    Interface representing a texture request that extends multiple interfaces.

    interface ISGROTextureRequest {
        AddCookies(cookies: any): boolean;
        AddHeader(name: string, value: string): boolean;
        ClearCookies(): any;
        EnableCookies(): any;
        GetCookies(domain: string, path: string): any;
        GetId(): number;
        GetState(): number;
        InitClientCertificates(): boolean;
        SetAsync(async: boolean): any;
        SetCertificatesDepth(depth: number): any;
        SetCertificatesFile(path: string): boolean;
        SetHeaders(nameValueMap: any): boolean;
        SetScaleMode(mode: number): any;
        SetSize(width: number, height: number): any;
    }

    Hierarchy (View Summary)

    Index

    Methods