C# Class Tests.HttpEntityClientSpec.ErrorHandler

Inheritance: Microsoft.ApplicationServer.Http.Dispatcher.HttpErrorHandler
Mostra file Open project: netfx/extensions

Protected Methods

Method Description
OnHandleError ( Exception error ) : bool
OnProvideResponse ( Exception error ) : HttpResponseMessage

Method Details

OnHandleError() protected method

protected OnHandleError ( Exception error ) : bool
error System.Exception
return bool

OnProvideResponse() protected method

protected OnProvideResponse ( Exception error ) : HttpResponseMessage
error System.Exception
return System.Net.Http.HttpResponseMessage