CloudHttpSend.ResponseHeaders Property

Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)

Usage

Syntax

'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DescriptionAttribute("List of response headers for the HttpSend operation")> _
Public Property ResponseHeaders As List(Of HttpSendResponseHeader)
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)] 
[RefreshPropertiesAttribute(RefreshProperties.All)] 
[DescriptionAttribute("List of response headers for the HttpSend operation")] 
public List<HttpSendResponseHeader> ResponseHeaders { get; set; }
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Content)] 
[RefreshPropertiesAttribute(RefreshProperties::All)] 
[DescriptionAttribute(L"List of response headers for the HttpSend operation")] 
public:
property List<HttpSendResponseHeader^>^ ResponseHeaders {
    List<HttpSendResponseHeader^>^ get ();
    void set (List<HttpSendResponseHeader^>^ value);
}
/** @property */
public List<HttpSendResponseHeader> get_ResponseHeaders ()

/** @property */
public void set_ResponseHeaders (List<HttpSendResponseHeader> value)
public function get ResponseHeaders () : List<HttpSendResponseHeader>

public function set ResponseHeaders (value : List<HttpSendResponseHeader>)

Property Value

Returns List.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

CloudHttpSend Class
CloudHttpSend Members
Microsoft.Workflow.Activities Namespace