Share via


MediaDataServiceResponse.BatchHeaders Property

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
Public ReadOnly Property BatchHeaders As IDictionary(Of String, String)
    Get
'Usage
Dim instance As MediaDataServiceResponse 
Dim value As IDictionary(Of String, String)

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

Property Value

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

Implements

IMediaDataServiceResponse.BatchHeaders

See Also

Reference

MediaDataServiceResponse Class

Microsoft.WindowsAzure.MediaServices.Client Namespace