WebRequestPSCmdlet.Headers Property

Definition

Gets or sets the Headers property.

public:
 virtual property System::Collections::IDictionary ^ Headers { System::Collections::IDictionary ^ get(); void set(System::Collections::IDictionary ^ value); };
public virtual System.Collections.IDictionary Headers { get; set; }
[System.Management.Automation.Parameter]
public virtual System.Collections.IDictionary Headers { get; set; }
member this.Headers : System.Collections.IDictionary with get, set
[<System.Management.Automation.Parameter>]
member this.Headers : System.Collections.IDictionary with get, set
Public Overridable Property Headers As IDictionary

Property Value

Attributes

Applies to