DataServiceStreamResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a response from WCF Data Services that contains binary data as a stream.
public sealed class DataServiceStreamResponse : IDisposable
type DataServiceStreamResponse = class
interface IDisposable
Public NotInheritable Class DataServiceStreamResponse
Implements IDisposable
- Inheritance
-
DataServiceStreamResponse
- Implements
Properties
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. |
Methods
Dispose() |
Releases all resources used by the current instance of the DataServiceStreamResponse class. |