LytroRequest Class
Represents a network request to the Lytro camera.
Properties:
Name | Description | |
---|---|---|
![]() | Content | Gets or sets the request content. |
![]() | ContentLength | Gets the content length. |
![]() | Command | Gets or sets the request command. |
Methods:
Name | Description | |
---|---|---|
![]() | Create(LytroCommand) | Initializes a new LytroRequest for the specified command with no content. |
![]() | Create(LytroCommand, Byte[]) | Initializes a new LytroRequest for the specified command with content. |
![]() | Create(LytroCommand, String) | Initializes a new LytroRequest for the specified command with content from string. |
![]() | Create(UInt64, UInt64, Byte[]) | Initializes a new LytroRequest for the specified command with content and additional parameters. |
![]() | CreateDownload(Int32) | Initializes a new LytroRequest for the Download command additional parameters. |
![]() | GetResponse(Stream, Int32) | Returns a response to this request. |