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

プロパティ値

適用対象