DataServiceContext.SetSaveStream Method

Include Protected Members
Include Inherited Members

Sets a binary data stream for the specified entity.

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
Public method SetSaveStream(Object, Stream, Boolean, DataServiceRequestArgs) Sets a binary data stream for the specified entity, with the specified headers in the request message.
Public method SetSaveStream(Object, Stream, Boolean, String, String) Sets a binary data stream that belongs to the specified entity, with the specified Content-Type and Slug headers in the request message.
Public method SetSaveStream(Object, String, Stream, Boolean, DataServiceRequestArgs) Sets a named binary data stream that belongs to the specified entity, with the specified headers in the request message.
Public method SetSaveStream(Object, String, Stream, Boolean, String) Sets a binary data stream for the specified entity.

Top

See Also

Reference

DataServiceContext Class

System.Data.Services.Client Namespace