ConnectionOptions.RequestAdditionalHeadersAsync Property
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.
Function that Dataverse ServiceClient will call to request custom headers
public Func<System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string,string>>> RequestAdditionalHeadersAsync { get; set; }
member this.RequestAdditionalHeadersAsync : Func<System.Threading.Tasks.Task<System.Collections.Generic.Dictionary<string, string>>> with get, set
Public Property RequestAdditionalHeadersAsync As Func(Of Task(Of Dictionary(Of String, String)))