I would like to add the x-tr-applicationid http header to my RDP Financial Contracts API request using the C# .NET library. I don't seem to see a way to add custom HTTP headers with the library.
This is what my request looks like:
Bond.Definition(ticker).Fields(fields).GetDataAsync(ISession).
Is there a way to set custom HTTP headers to the session?