LytroResponse Class
Represents a network response from the Lytro camera.
Properties:
Name | Description | |
---|---|---|
HasContent | Gets whether the response has any content data. | |
Content | Gets the response content data. | |
ContentLength | Gets the response content length. |
Methods:
Name | Description | |
---|---|---|
GetContentAsInt32() | Gets the response content data as Int32 value. | |
GetContentStream() | Gets the response content data as a MemoryStream. | |
GetContentAsString() | Gets the response content data as a String. |