Share via


IMediaDataServiceResponse.BatchHeaders Property

Gets the headers from an HTTP response associated with a batch request.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
ReadOnly Property BatchHeaders As IDictionary(Of String, String)
    Get
'Usage
Dim instance As IMediaDataServiceResponse 
Dim value As IDictionary(Of String, String)

value = instance.BatchHeaders
IDictionary<string, string> BatchHeaders { get; }
property IDictionary<String^, String^>^ BatchHeaders {
    IDictionary<String^, String^>^ get ();
}
abstract BatchHeaders : IDictionary<string, string>
function get BatchHeaders () : IDictionary<String, String>

Property Value

Type: System.Collections.Generic.IDictionary<String, String>
Returns IDictionary<TKey, TValue>.

See Also

Reference

IMediaDataServiceResponse Interface

Microsoft.WindowsAzure.MediaServices.Client Namespace