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.
我正在使用客户端和服务器实现双工 WCF 服务。我可以控制客户端和服务器应用程序。我已经设置了服务主机,当我打开主机时,host.Open();我必须检查消息何时到达,以便我可以执行某些任务。问题是我如何收听传入的消息,以便当有新消息进来时,我可以执行某些任务。我相信它会使用OperationContext.Current但不确定使用哪个命令。
host.Open();
OperationContext.Current