CloudHttpSend.RequestHeaders Property
Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)
Usage
Syntax
'Declaration
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<DescriptionAttribute("List of request headers for the HttpSend operation")> _
Public Property RequestHeaders As List(Of HttpSendRequestHeader)
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[DescriptionAttribute("List of request headers for the HttpSend operation")]
public List<HttpSendRequestHeader> RequestHeaders { get; set; }
[RefreshPropertiesAttribute(RefreshProperties::All)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Content)]
[DescriptionAttribute(L"List of request headers for the HttpSend operation")]
public:
property List<HttpSendRequestHeader^>^ RequestHeaders {
List<HttpSendRequestHeader^>^ get ();
void set (List<HttpSendRequestHeader^>^ value);
}
/** @property */
public List<HttpSendRequestHeader> get_RequestHeaders ()
/** @property */
public void set_RequestHeaders (List<HttpSendRequestHeader> value)
public function get RequestHeaders () : List<HttpSendRequestHeader>
public function set RequestHeaders (value : List<HttpSendRequestHeader>)
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