DataServiceStreamResponse Class
WCF Data Services 5.0
Represents a response from WCF Data Services that contains binary data as a stream.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
The DataServiceStreamResponse type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ContentDisposition | Gets the Content-Disposition header field for the response stream. |
![]() | ContentType | Gets the content type of the response stream. |
![]() | Headers | Gets the collection of headers from the response. |
![]() | Stream | Gets the binary property data from the data service as a binary stream. |
Show:
