現在の操作の応答ヘッダーを取得します。
名前空間: System.Data.Services
アセンブリ: Microsoft.Data.Services (Microsoft.Data.Services.dll)
構文
'宣言
Public ReadOnly Property ResponseHeaders As WebHeaderCollection
Get
'使用
Dim instance As DataServiceOperationContext
Dim value As WebHeaderCollection
value = instance.ResponseHeaders
public WebHeaderCollection ResponseHeaders { get; }
public:
property WebHeaderCollection^ ResponseHeaders {
WebHeaderCollection^ get ();
}
member ResponseHeaders : WebHeaderCollection
function get ResponseHeaders () : WebHeaderCollection
プロパティ値
型: System.Net.WebHeaderCollection
応答ヘッダーを格納する WebHeaderCollection オブジェクト。