MediaEntryAttribute Class
Signifies that the specified class is to be treated as a media link entry.
Assembly: System.Data.Services.Client (in System.Data.Services.Client.dll)
The class is treated as a media link entry, which is an AtomPub protocol for handling binary data and metadata about that binary data.
A type marked with this attribute has altered behavior when SaveChanges is called. The media property is also called a Media resource. On saving, the media property of the type denoted by the MediaMemberName property, is inserted by a POST request to the URI /<EntitySet>/$value.
After the POST, a PUT request with all the properties on the type other than the MediaMemberName property, which is binary content, are sent to the URI /<EntitySet>(<key>).
For more information about using attributes, see Extending Metadata Using Attributes.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.