SetResponseCopy method

void SetResponseCopy(
  1. MemoryStream responseCopy
)
Sets the response copy. A copy of the response.

Implementation

void SetResponseCopy(MemoryStream responseCopy) {
  this.responseCopy = responseCopy;
}