SendSettings.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

适用于