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

    Interface for URL events.

    interface ISGROURLEvent {
        GetFailureReason(): string;
        GetInt(): number;
        GetResponseCode(): number;
        GetResponseHeaders(): Record<string, string>;
        GetResponseHeadersArray(): Record<string, string>[];
        GetSourceIdentity(): number;
        GetString(): string;
        GetTargetIpAddress(): string;
    }
    Index

    Methods