Partager via


IWithCustomHeaders Interface

Définition

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

public interface IWithCustomHeaders
type IWithCustomHeaders = interface
Public Interface IWithCustomHeaders
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 à