WebRequestSession.Headers Property

Definition

Gets or sets the Header property.

public:
 property System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ Headers { System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ get(); void set(System::Collections::Generic::Dictionary<System::String ^, System::String ^> ^ value); };
public System.Collections.Generic.Dictionary<string,string> Headers { get; set; }
member this.Headers : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Headers As Dictionary(Of String, String)

Property Value

Applies to