C-DEngine 5.105

HttpListener..::..IgnoreWriteExceptions Property

Gets or sets a value indicating whether the listener returns exceptions that occur when sending the response to the client.

Namespace:  WebSocketSharp.Net
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public bool IgnoreWriteExceptions { get; set; }
Public Property IgnoreWriteExceptions As Boolean
	Get
	Set
public:
property bool^ IgnoreWriteExceptions {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if the listener shouldn't return those exceptions; otherwise, false. The default value is false.

Exceptions


ExceptionCondition
ObjectDisposedException This listener has been closed.