InvokeWebRequest.Headers Property

Definition

Provides access to the Headers parameter.

public:
 property System::Activities::InArgument<System::Collections::IDictionary ^> ^ Headers { System::Activities::InArgument<System::Collections::IDictionary ^> ^ get(); void set(System::Activities::InArgument<System::Collections::IDictionary ^> ^ value); };
[System.ComponentModel.DefaultValue(null)]
public System.Activities.InArgument<System.Collections.IDictionary> Headers { get; set; }
[<System.ComponentModel.DefaultValue(null)>]
member this.Headers : System.Activities.InArgument<System.Collections.IDictionary> with get, set
Public Property Headers As InArgument(Of IDictionary)

Property Value

Attributes

Applies to