Revision: 55285
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 1, 2012 09:17 by rengber
Initial Code
<system.serviceModel> <client> <endpoint name="Name_Not_Significant" address="net.tcp://localhost:8001/" binding="netTcpBinding" contract="DoStuffServer.IDoStuff"> </endpoint> </client> </system.serviceModel>
Initial URL
Initial Description
Again, A-B-C. All the Behaviour garbage that "Add Service Reference" inserts for the TCP binding is unnecessary, especially if the Operation Contract is only for simple value types.
Initial Title
Minimalist WCF Client-side Config File
Initial Tags
xml
Initial Language
C#