DataServiceStreamResponse Class

Definition

Represents a response from WCF Data Services that contains binary data as a stream.

public ref class DataServiceStreamResponse sealed : IDisposable
public sealed class DataServiceStreamResponse : IDisposable
type DataServiceStreamResponse = class
    interface IDisposable
Public NotInheritable Class DataServiceStreamResponse
Implements IDisposable
Inheritance
DataServiceStreamResponse
Implements

Properties

ContentDisposition

Gets the Content-Disposition header field for the response stream.

ContentType

Gets the content type of the response stream.

Headers

Gets the collection of headers from the response.

Stream

Gets the binary property data from the data service as a binary stream.

Methods

Dispose()

Releases all resources used by the current instance of the DataServiceStreamResponse class.

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to