在VB.NET中如何与字节类型命名管道服务器对话?
我正在编写一个 VB.net 客户端,以字节传输模式写入和读取命名管道。 我从 MSDN 文章中了解到 CallNamedPipe() 仅适用于消息类型命名管道。
那么我还有其他选择吗,还是必须将管道服务器代码更改为消息类型。
I am writing a VB.net client to write to and read from a named pipe in byte transmission mode.
I learned from the MSDN article that CallNamedPipe() only works for message-type named pipes.
So do I have other choices, or do I have to change the pipe server code to message type.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过研究,我现在知道:
After research, I now know that: