Class LytroResponse Class

Represents a network response from the Lytro camera.

Properties:

NameDescription
Public propertyHasContent Gets whether the response has any content data.
Public propertyContent Gets the response content data.
Public propertyContentLength Gets the response content length.

Methods:

NameDescription
Public methodGetContentAsInt32() Gets the response content data as Int32 value.
Public methodGetContentStream() Gets the response content data as a MemoryStream.
Public methodGetContentAsString() Gets the response content data as a String.