Can I integrate throttling in WCF routing?
For example, I had an 2 endpoint in the router
main endpoint: 192.168.1.90:30000 backup endpoint: 192.168.1.80:30000
Can I set a throttling behavior in the router so that if the main endpoint already have 100 concurrent sessions it will automatically point the next session into the backup endpoint?
How can I implement it in C# in NetTcpBinding?