HttpSysOptions.ThrowWriteExceptions 属性

定义

获取或设置由于客户端断开连接而失败的响应正文写入是否应引发异常或正常完成。 默认值为 false (正常) 完成。

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

属性值

适用于