0
votes
1answer
29 views
Performance implications of turning MTOM on for a WCF service
Would there be any noticeable performance hit if MTOM is turned on for a WCF service that isn't actually transferring any binary over the wire?
…
0
votes
1answer
30 views
Control over wcf proxy class name generated using svcutil.exe
Is there a simple command line switch or a trick to renaming the generated class name when running svcutil.exe to generate a client proxy?
…
0
votes
Can a service have multiple endpoints?
You will need to create an entire new host if you are currently using IIS as your host - IIS only supports HTTP and not TCP bindings. If however you are using WAS or a windows service, then you'll …
0
votes
Other ways to encrypt WCF Connections
If you are using a http endpoint, you can use a secure transport such as https.
…
