DataServiceStreamLink Class
Represents the URL of a binary resource stream.
Inheritance Hierarchy
System.Object
System.Data.Services.Client.DataServiceStreamLink
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public NotInheritable Class DataServiceStreamLink _
Implements INotifyPropertyChanged
'Usage
Dim instance As DataServiceStreamLink
public sealed class DataServiceStreamLink : INotifyPropertyChanged
public ref class DataServiceStreamLink sealed : INotifyPropertyChanged
[<SealedAttribute>]
type DataServiceStreamLink =
class
interface INotifyPropertyChanged
end
public final class DataServiceStreamLink implements INotifyPropertyChanged
The DataServiceStreamLink type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentType | Gets or sets the MIME Content-Type of the binary resource stream. | |
EditLink | Gets or sets the URI used to edit the binary resource stream. | |
ETag | The eTag value that is used to determine concurrency for a binary resource stream. | |
Name | The name of the binary resource stream. | |
SelfLink | The URI that returns the binary resource stream. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.