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