Multiple channels

Can I use 2 server channels in a custom DA server?

I need it for 2 separate client:

  • NET client with superhttpchannel
  • native android with httpchannel (android seems to not have superhttpchannel)

Hello

Please take a look at https://docs.remotingsdk.com/Servers/Concepts/ApplicationServerClassNet/ , seciton ‘Custom Network Server’

You just need to add the class mentioned there to your project and it will be automatically used nstead of default NetworkServer implementation.

Regards