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
Public property ContentType Gets or sets the MIME Content-Type of the binary resource stream.
Public property EditLink Gets or sets the URI used to edit the binary resource stream.
Public property ETag The eTag value that is used to determine concurrency for a binary resource stream.
Public property Name The name of the binary resource stream.
Public property SelfLink The URI that returns the binary resource stream.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Events

  Name Description
Public event 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.

See Also

Reference

System.Data.Services.Client Namespace