Make TXDataClient CreateHttpRequest and DoSend methods virtual

Dear TMS team,

can you make methods of TXDataClient virtual? The following methods I would have needed:

  • CreateHttpRequest
  • DoSend

I do a workaround now, but perspectively I would appreciate the possibility to override the methods.

CreateHttpRequest is currently private. We can consider it, but what exactly do you want to do with it? Doesn't OnSendingRequest event work for now?