SendSettings.IsOneWay Property

Definition

Gets or sets a value that indicates whether communication is one-way.

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

Property Value

true if communication is one-way; false if communication is two-way.

Applies to