kaven-utils - v6.1.0
    Preparing search index...

    Interface IExecuteSoapActionOptions

    5.0.4

    2025-10-13

    interface IExecuteSoapActionOptions {
        action: string;
        actionResultName?: string;
        logger?: ILoggingAgent;
        serviceType: string;
        url: string;
    }

    Hierarchy

    • ILoggable
      • IExecuteSoapActionOptions
    Index

    Properties

    action: string

    eg: GetExternalIPAddress

    actionResultName?: string

    eg: NewExternalIPAddress

    logger?: ILoggingAgent
    serviceType: string
    url: string