/// <summary> /// Returns the message body of the web response as binary content. /// </summary> public byte[] GetResponseBodyAsBinary() { return(responseContext.GetBinary()); }