ContentSource
Overview
The ContentSource enumeration is used in the HttpOutgoingRequestResponse class to describe how the content of the Http response is stored. For performance reasons content is stored in its original form and is converted into array of bytes only in the moment of network data transfer.
Location
- Reference: RemObjects.SDK.dll
- Namespace: RemObjects.SDK.Http
Value | Description |
---|---|
ContentBytes | Content is stored as an array of bytes |
ContentNone | There is no content currently |
ContentStream | Content is stored in a stream |
ContentString | Content is stored as a string |