I want to add custom header and if possible cookie while connecting to server using LSClient. I am using dotnet client in wpf application. We basically need to pass token in the header which can be parsed by gateway server to validate the token. I have not been able to find any api whch does that.

Is there way to pass header / and or cookied information from LSClient being consumed in WPF application.