Inherits from NSObject
Conforms to DCDTO
Declared in DCContentBodyInfo.h

Overview

Content body information received from server.

Tasks

Properties

contentType

MIME type of this content. See DCMimeType for details.

@property (nonatomic, readonly) DCMimeType contentType

Declared In

DCContentBodyInfo.h

inputStream

InputStream object which contains body data.

@property (nonatomic, readonly) NSInputStream *inputStream

Declared In

DCContentBodyInfo.h