ProcessHttpErrorResponse method
void
ProcessHttpErrorResponse(
- IEwsHttpWebResponse httpWebResponse,
- WebException webException
override
Implementation
// @override
void ProcessHttpErrorResponse(
IEwsHttpWebResponse httpWebResponse, WebException webException) {
this.InternalProcessHttpErrorResponse(
httpWebResponse,
webException,
enumerations.TraceFlags.EwsResponseHttpHeaders,
enumerations.TraceFlags.EwsResponse);
}