IDataServiceStreamProvider2.GetWriteStream 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 | |
---|---|---|
GetWriteStream(Object, String, Nullable<Boolean>, DataServiceOperationContext) | Returns the stream that the data service uses to write the binary data for the media resource received from the client that belongs to the specified entity. (Inherited from IDataServiceStreamProvider.) | |
GetWriteStream(Object, ResourceProperty, String, Nullable<Boolean>, DataServiceOperationContext) | Returns the stream that the data service uses to write the binary data received from the client as the specified named stream. |
Top