If I had a Fluent Interface for WCF Configuration I would…..
It would look something like this I guess:
var config = Wcf.Configure
.AddressAt(“net.tcp://localhost:9002/myservice”)
.TransportOn(Transports.Tcp)
.SecureFor(SecurityMode.None)
.etc
.etc
I think this gets idea over? I have at least one volunteer (bravo Mark) and so Hi Ho Hi Ho it’s off to work we go.
6 comments









