Share via


IWithCookieBasedAffinity<ReturnT> Interface

Definition

The stage of a definition allowing to enable or disable cookie based affinity.

public interface IWithCookieBasedAffinity<ReturnT>
type IWithCookieBasedAffinity<'ReturnT> = interface
Public Interface IWithCookieBasedAffinity(Of ReturnT)

Type Parameters

ReturnT

The next stage of the definition.

Derived

Methods

WithCookieBasedAffinity()

Enables cookie based affinity.

WithoutCookieBasedAffinity()

Disables cookie based affinity.

Applies to