IDataServiceStreamProvider.GetReadStreamUri Method
Returns the URI that is used to request the media resource that belongs to the specified entity.
Namespace: System.Data.Services.Providers
Assembly: System.Data.Services (in System.Data.Services.dll)
Parameters
- entity
- Type: System.Object
The entity that is a media link entry with a related media resource.
- operationContext
- Type: System.Data.Services.DataServiceOperationContext
The DataServiceOperationContext instance used by the data service to process the request.
The GetReadStreamUri method is called by the data service runtime to obtain the URI that clients should use when they make retrieve (i.e., GET) requests for the media resource.
The Uri value returned by the GetReadStreamUri method implementation is used as the edit-media link in the media link entry to references the location of the media resource.
When the method implementation returns null, the data service will construct a default Uri, which is usually the URI of the entity appended with /$value.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.