TestServer.AllowSynchronousIO プロパティ

定義

Responseに対して同期 IO を許可するかどうかを制御する値をRequest取得または設定します。 既定値は false です。

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

プロパティ値

適用対象