[This is preliminary documentation and is subject to change.]
When true does not throw exceptions on client channel write
Namespace: NFX.WaveAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute(Default = true)]
public bool IgnoreClientWriteErrors { get; set; }
[ConfigAttribute(Default = true)]
public bool IgnoreClientWriteErrors { get; set; }
<ConfigAttribute(Default := true)>
Public Property IgnoreClientWriteErrors As Boolean
Get
Set
<ConfigAttribute(Default := true)>
Public Property IgnoreClientWriteErrors As Boolean
Get
Set
public:
[ConfigAttribute(Default = true)]
property bool IgnoreClientWriteErrors {
bool get ();
void set (bool value);
}
public:
[ConfigAttribute(Default = true)]
property bool IgnoreClientWriteErrors {
bool get ();
void set (bool value);
}
[<ConfigAttribute(Default = true)>]
member IgnoreClientWriteErrors : bool with get, set
[<ConfigAttribute(Default = true)>]
member IgnoreClientWriteErrors : bool with get, set
Property Value
Type:
Boolean