Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Property: Action<HttpRequest, Exception, HttpResponse> ResponseExceptionHandler

Declaration

Action<HttpRequest, Exception, HttpResponse> ResponseExceptionHandler

Summary

Specifies a method to be invoked whenever an exception occurs while reading from the response stream.

Remarks

Regardless of what this method does, the server will close the socket, cutting off the incomplete response.