CloudHttpSend Class

This activity sends an HTTP request and returns the response.

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

Usage

Syntax

'Declaration
<ToolboxBitmapAttribute(GetType(CloudHttpSend), "resources.httpSend.PNG")> _
<ToolboxItemAttribute(GetType(ActivityToolboxItem))> _
<DesignerSerializerAttribute(GetType(ListSerializer), GetType(WorkflowMarkupSerializer))> _
Public Class CloudHttpSend
    Inherits Activity
[ToolboxBitmapAttribute(typeof(CloudHttpSend), "resources.httpSend.PNG")] 
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
[DesignerSerializerAttribute(typeof(ListSerializer), typeof(WorkflowMarkupSerializer))] 
public class CloudHttpSend : Activity
[ToolboxBitmapAttribute(typeof(CloudHttpSend), L"resources.httpSend.PNG")] 
[ToolboxItemAttribute(typeof(ActivityToolboxItem))] 
[DesignerSerializerAttribute(typeof(ListSerializer), typeof(WorkflowMarkupSerializer))] 
public ref class CloudHttpSend : public Activity
/** @attribute ToolboxBitmapAttribute(Microsoft.Workflow.Activities.CloudHttpSend, "resources.httpSend.PNG") */ 
/** @attribute ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) */ 
/** @attribute DesignerSerializerAttribute(Microsoft.Workflow.Activities.ListSerializer, System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer) */ 
public class CloudHttpSend extends Activity
ToolboxBitmapAttribute(Microsoft.Workflow.Activities.CloudHttpSend, "resources.httpSend.PNG") 
ToolboxItemAttribute(System.Workflow.ComponentModel.Design.ActivityToolboxItem) 
DesignerSerializerAttribute(Microsoft.Workflow.Activities.ListSerializer, System.Workflow.ComponentModel.Serialization.WorkflowMarkupSerializer) 
public class CloudHttpSend extends Activity

Inheritance Hierarchy

System.Object
   System.Workflow.ComponentModel.DependencyObject
     System.Workflow.ComponentModel.Activity
      Microsoft.Workflow.Activities.CloudHttpSend

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 Members
Microsoft.Workflow.Activities Namespace