Click or drag to resize

StreamContentResponseMessage Properties

The StreamContentResponseMessage type exposes the following members.

Properties
  NameDescription
Public propertycontent
The binary content (such as an image, document, application/octect-stream).
Public propertycontent_disposition
The content disposition (inline, attachment). Will be set to attachment if not set and the stream_content has value.
Public propertycontent_type
The mime type for the content.
Public propertyexpires_days
The number of days that this document / image should be cached.
Public propertyfile_name
The file_name for the image or attachment.
Top
See Also