Is it possible to restrict a method in WCFService to only respond to a particular endpoint?
e.g. I have a service that has multiple methods, one of which will be receiving a file. I have exposed two endpoints, one using MTOM.
Is it possible to only allow MTOM for the "file" method.
If the end user wants to use MTOM for all the other calls, that their call, but I need to insist on it for the "file" method.