JobHttpRequest.Headers Property

Optional. Gets or sets Header name value pairs to supply with the http/https action.

Namespace: Microsoft.WindowsAzure.Scheduler.Models
Assembly: Microsoft.WindowsAzure.Management.Scheduler (in Microsoft.WindowsAzure.Management.Scheduler.dll)

Usage

'Usage
Dim instance As JobHttpRequest
Dim value As IDictionary(Of String, String)

value = instance.Headers

instance.Headers = value

Syntax

'Declaration
Public Property Headers As IDictionary(Of String, String)
public IDictionary<string,string> Headers { get; set; }
public:
property IDictionary<String^, String^>^ Headers {
    IDictionary<String^, String^>^ get ();
    void set (IDictionary<String^, String^>^ value);
}
/** @property */
public IDictionary<String,String> get_Headers ()

/** @property */
public void set_Headers (IDictionary<String,String> value)
public function get Headers () : IDictionary<String,String>

public function set Headers (value : IDictionary<String,String>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

JobHttpRequest Class
JobHttpRequest Members
Microsoft.WindowsAzure.Scheduler.Models Namespace