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.
我正在尝试在我的 Rest 服务上创建单向操作,但它似乎不接受 OneWay 服务的标头!
我将它定义为这样的一种方式操作
[OperationContract(IsOneWay=true)]
虽然它适用于非单向操作。
这是真的吗?或者我错了。