I have a client application calling a method of a WCF service. Sometimes one of the parameter of this method call is close to 10MB. This causes a problem when the client is in a really slow network. When the 10MB data is being transferred to the server, other users in the network experience severe slowdown. Is there a way to throttle bandwidth usage per method call?
Searching high and low, only options seems to be writing a custom channel. I am not able to find any decent documentation on how to write a custom channel. Any pointer would really help