[]
Gets or sets the response content from the web request, if the request was successful. The content is stored as a byte array to preserve the original data format.
public byte[] ResponseContent { get; set; }
Public Property ResponseContent As Byte()