IAddRequestHeaders Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |