ProcessHttpErrorResponse method

  1. @override
void ProcessHttpErrorResponse(
  1. IEwsHttpWebResponse httpWebResponse,
  2. WebException webException
)
override
Processes an HTTP error response. The HTTP web response. The web exception.

Implementation

@override
void ProcessHttpErrorResponse(
    IEwsHttpWebResponse httpWebResponse, WebException webException) {
  this.InternalProcessHttpErrorResponse(
      httpWebResponse,
      webException,
      enumerations.TraceFlags.AutodiscoverResponseHttpHeaders,
      enumerations.TraceFlags.AutodiscoverResponse);
}