IDataServiceStreamProvider2.GetReadStream Method
Include Protected Members
Include Inherited Members
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, String, Nullable<Boolean>, DataServiceOperationContext) | Returns a stream that contains the media resource data for the specified entity, which is a media link entry. (Inherited from IDataServiceStreamProvider.) | |
GetReadStream(Object, ResourceProperty, String, Nullable<Boolean>, DataServiceOperationContext) | Returns a stream that contains the binary data for the named stream. |
Top