TestServer.AllowSynchronousIO 属性

定义

获取或设置一个值,该值控制是否允许 对 和 Response使用Request同步 IO。 默认值是 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

属性值

适用于