Partager via


IWithCustomHeaders<ParentT> Interface

Définition

Étape de la définition de webhook permettant de spécifier les en-têtes personnalisés qui seront ajoutés aux notifications.

public interface IWithCustomHeaders<ParentT>
type IWithCustomHeaders<'ParentT> = interface
Public Interface IWithCustomHeaders(Of ParentT)

Paramètres de type

ParentT

Étape de la définition parente à laquelle revenir après l’attachement de cette définition.

Dérivé

Méthodes

WithCustomHeader(String, String)

Spécifie un en-tête personnalisé qui sera ajouté aux notifications. Les appels consécutifs à cette méthode ajoutent des en-têtes supplémentaires.

WithCustomHeaders(IDictionary<String,String>)

Spécifie les en-têtes personnalisés qui seront ajoutés aux notifications.

S’applique à