HttpSysOptions.ThrowWriteExceptions Property

Definition

Gets or Sets if response body writes that fail due to client disconnects should throw exceptions or complete normally. The default is false (complete normally).

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

Property Value

Applies to