OperationInfo.IsOneWay 属性

定义

获取或设置有关操作的信息,以指定服务与客户端之间的通信是单向的。

public:
 property bool IsOneWay { bool get(); void set(bool value); };
public bool IsOneWay { get; set; }
member this.IsOneWay : bool with get, set
Public Property IsOneWay As Boolean

属性值

true 如果操作支持单向通信,则为否则,为 false. 默认值为 false

适用于