DataServiceContext.SetSaveStream Method
.NET Framework 4.5
Sets a new data stream as the binary property of an entity.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
SetSaveStream(Object, Stream, Boolean, DataServiceRequestArgs) | Sets a new data stream as the binary property of an entity, with the specified settings in the request message. |
|
SetSaveStream(Object, Stream, Boolean, String, String) | Sets a new data stream as the binary property of an entity. The specified Content-Type and Slug headers are included in the request message. |