Can I use net.tcp bindings for protobuf-net WCF?
Can I use ClientBase or I have to use ProtoClient?
Can I use net.tcp bindings for protobuf-net WCF?
Can I use ClientBase or I have to use ProtoClient?
If you are already using TCP bindings for your WCF, then I would imagine that you can use protobuf-net; quite simply, I haven't tried this combination, but since the transport and serializer are separate I can't think of a reason why not.
I will have to try it, perhaps using the new endpoint stuff... I have a test rig, so I'll try reconfiguring the transport - see if it works. It is largely a case of applying the info here.