Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use net.tcp bindings for protobuf-net WCF?

Can I use net.tcp bindings for protobuf-net WCF?

Can I use ClientBase or I have to use ProtoClient?

like image 859
Rohit Avatar asked Nov 16 '09 22:11

Rohit


1 Answers

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.

like image 80
Marc Gravell Avatar answered Oct 22 '22 23:10

Marc Gravell