StreamDescriptor Class

Contains information about a named binary resource stream.

Inheritance Hierarchy

System.Object
  System.Data.Services.Client.Descriptor
    System.Data.Services.Client.StreamDescriptor

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public NotInheritable Class StreamDescriptor _
    Inherits Descriptor
'Usage
Dim instance As StreamDescriptor
public sealed class StreamDescriptor : Descriptor
public ref class StreamDescriptor sealed : public Descriptor
[<SealedAttribute>]
type StreamDescriptor =  
    class 
        inherit Descriptor 
    end
public final class StreamDescriptor extends Descriptor

The StreamDescriptor type exposes the following members.

Properties

  Name Description
Public property EntityDescriptor The EntityDescriptor that represents the entity to which the named resource stream belongs.
Public property State When overridden in a derived class, gets the state of the object at the time this instance was constructed. (Inherited from Descriptor.)
Public property StreamLink The DataServiceStreamLink that represents 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

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