HttpSysOptions.AllowSynchronousIO 屬性

定義

控制 HttpCoNtext.Request.Body 和 HttpCoNtext.Response.Body 是否允許同步輸入/輸出。 預設為 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

屬性值

適用於