DataServiceContext.GetReadStream Method
Include Protected Members
Include Inherited Members
Gets the binary data stream that belongs to the specified entity.
Not supported by the WCF Data Services 5.0 client for Silverlight.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetReadStream(Object) | Gets the binary data stream that belongs to the specified entity.Not supported by the WCF Data Services 5.0 client for Silverlight. | |
GetReadStream(Object, DataServiceRequestArgs) | Gets binary data stream for the specified entity by using the specified message headers.Not supported by the WCF Data Services 5.0 client for Silverlight. | |
GetReadStream(Object, String) | Gets the binary data stream that belongs to the specified entity, by using the specified Content-Type message header.Not supported by the WCF Data Services 5.0 client for Silverlight. | |
GetReadStream(Object, String, DataServiceRequestArgs) | Gets a named binary data stream that belongs to the specified entity, by using the specified Content-Type message header.Not supported by the WCF Data Services 5.0 client for Silverlight. |
Top