IAddRequestHeaders Interface

Definition

Implement this interface and pass to the AddHttpRequestHeaders property of the CrmServiceClient. This will allow for users to add additional headers to the outbound request to dataverse. This will be called for each outbound request used to dataverse.

public interface class IAddRequestHeaders
public interface IAddRequestHeaders
type IAddRequestHeaders = interface
Public Interface IAddRequestHeaders

Methods

RequestAdditionalHeaders()

This method provides a means for you to add headers to the outgoing requests to Dataverse.

Applies to