DataServiceStreamResponse クラス
バイナリ データがストリームとして格納されている、WCF Data Services からの応答を表します。
継承階層
System.Object
System.Data.Services.Client.DataServiceStreamResponse
名前空間: System.Data.Services.Client
アセンブリ: Microsoft.Data.Services.Client (Microsoft.Data.Services.Client.dll)
構文
'宣言
Public NotInheritable Class DataServiceStreamResponse _
Implements IDisposable
'使用
Dim instance As DataServiceStreamResponse
public sealed class DataServiceStreamResponse : IDisposable
public ref class DataServiceStreamResponse sealed : IDisposable
[<SealedAttribute>]
type DataServiceStreamResponse =
class
interface IDisposable
end
public final class DataServiceStreamResponse implements IDisposable
DataServiceStreamResponse 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
ContentDisposition | 応答ストリームの Content-Disposition ヘッダー フィールドを取得します。 | |
ContentType | 応答ストリームのコンテンツ タイプを取得します。 | |
Headers | 応答からヘッダーのコレクションを取得します。 | |
Stream | バイナリ プロパティ データをデータ サービスからバイナリ ストリームとして取得します。 |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Dispose | DataServiceStreamResponse クラスの現在のインスタンスによって使用されているすべてのリソースを解放します。 | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。