共用方式為


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

適用於