/**
  * Pass in a delegate to process the response content. This method is not
  * used within the library, but may be convenient when writing custom
  * adapters.
  */
 protected void UseResponseContentProcessor(processString callback)
 {
     ProcessResponseContent = callback;
     _responseContent       = null;
 }
 /**
  * Pass in a delegate to process the response content. This method is not
  * used within the library, but may be convenient when writing custom
  * adapters.
  */
 protected void UseResponseContentProcessor(processString callback)
 {
     ProcessResponseContent = callback;
     _responseContent = null;
 }