HttpGet.RequestHeaders Property

 

Gets or sets the headers of the request message.

Namespace:   Microsoft.Activities.Messaging
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Syntax

[DefaultValueAttribute(null)]
public InArgument<DynamicValue> RequestHeaders {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
[DefaultValueAttribute(null)]
property InArgument<DynamicValue^>^ RequestHeaders {
    [CompilerGeneratedAttribute]
    InArgument<DynamicValue^>^ get();
    [CompilerGeneratedAttribute]
    void set(InArgument<DynamicValue^>^ value);
}
[<DefaultValueAttribute(null)>]
member RequestHeaders : InArgument<DynamicValue> with get, set
<DefaultValueAttribute(Nothing)>
Public Property RequestHeaders As InArgument(Of DynamicValue)

Property Value

Type: System.Activities.InArgument<DynamicValue>

The headers of the request message.

See Also

HttpGet Class
Microsoft.Activities.Messaging Namespace

Return to top