ProcessHttpResponseHeaders method

void ProcessHttpResponseHeaders(
  1. TraceFlags traceType,
  2. IEwsHttpWebResponse response
)
Traces the HTTP response headers. Kind of trace entry. The response.

Implementation

void ProcessHttpResponseHeaders(
    enumerations.TraceFlags traceType, IEwsHttpWebResponse response) {
  this._TraceHttpResponseHeaders(traceType, response);

  this._SaveHttpResponseHeaders(response.Headers);
}