Mixing secure & unsecure channels
- by user305023
I am unable to use an unsecure channel once a secure channel has already been registered. The code below works only if on the client side, the unsecured channel is registered before.
Is it possible to mix secure and unsecure channels without any constraint on the registration order ?
using System;
using System.Collections;
using…