Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以为 protobuf-net WCF 使用 net.tcp 绑定吗?
我可以使用 ClientBase 还是必须使用 ProtoClient?
如果您已经为 WCF 使用 TCP 绑定,那么我想您可以使用 protobuf-net;很简单,我没有尝试过这种组合,但是由于传输和序列化程序是分开的,我想不出为什么不这样做的原因。
我将不得不尝试它,也许使用新的端点东西......我有一个测试台,所以我会尝试重新配置传输 - 看看它是否有效。这主要是在此处应用信息的情况。