ProcessHttpErrorResponse method

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.EwsResponseHttpHeaders,
      enumerations.TraceFlags.EwsResponse);
}