HttpPost.ResponseHeaders Property

 

Gets or sets the headers of the response message.

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

Syntax

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

Property Value

Type: System.Activities.OutArgument<DynamicValue>

Returns the headers of the response message.

See Also

HttpPost Class
Microsoft.Activities.Messaging Namespace

Return to top