DataServiceStreamResponse Class
Represents a response from WCF Data Services that contains binary data as a stream.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Dispose() | Releases all resources used by the current instance of the DataServiceStreamResponse class. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.5
Silverlight
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

