Skip to content

Configuration

TL;DR — This page lists the public Runner functions in the Configuration category.

When to use

Use this page when you need source-backed signatures, declaring types, and XML doc comments for this function category.

Each entry uses the short function name as the table-of-contents label. Expand an entry to inspect its source file, signature, and XML doc comments.

WithEmptyRequest

Source file, signature, and docstring

Member TransactionBuilder.WithEmptyRequest()

Kind function

Declaring Type TransactionBuilder

Source File QaaS.Runner.Sessions/Actions/Transactions/Builders/TransactionBuilder.cs

Signature

public TransactionBuilder WithEmptyRequest()

Docstring

Configures the transaction to send one bodyless HTTP GET per iteration without reading from a data source.

Configure an HTTP GET before building the transaction. Non-empty data-source selectors and input serialization are mutually exclusive with this mode.

See also