Class LytroRequest Class

Represents a network request to the Lytro camera.

Properties:

NameDescription
Public propertyContent Gets or sets the request content.
Public propertyContentLength Gets the content length.
Public propertyCommand Gets or sets the request command.

Methods:

NameDescription
Public methodCreate(LytroCommand) Initializes a new LytroRequest for the specified command with no content.
Public methodCreate(LytroCommand, Byte[]) Initializes a new LytroRequest for the specified command with content.
Public methodCreate(LytroCommand, String) Initializes a new LytroRequest for the specified command with content from string.
Public methodCreate(UInt64, UInt64, Byte[]) Initializes a new LytroRequest for the specified command with content and additional parameters.
Public methodCreateDownload(Int32) Initializes a new LytroRequest for the Download command additional parameters.
Public methodGetResponse(Stream, Int32) Returns a response to this request.