Can I use net.tcp bindings for protobuf-net WCF?
Can I use ClientBase or I have to use ProtoClient?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.