CloudHttpSend Members

This activity sends an HTTP request and returns the response.

The following tables list the members exposed by the CloudHttpSend type.

Public Constructors

  Name Description
CloudHttpSend  

Top

Public Fields

  Name Description
public field static ActivityContextGuidProperty  (Inherited from Activity )
public field static CancelingEvent  (Inherited from Activity )
public field static ClosedEvent  (Inherited from Activity )
public field static CompensatingEvent  (Inherited from Activity )
public field static ContentType  
public field static ExecutingEvent  (Inherited from Activity )
public field static FaultingEvent  (Inherited from Activity )
public field static MethodProperty The HTTP method.
public field static ParameterBindingsProperty  
public field static ParametersProperty  
public field static RequestContentTypeProperty  
public field static RequestHeaderBindingsProperty  
public field static RequestHeadersProperty  
public field static RequestProperty  
public field static ResponseHeaderBindingsProperty  
public field static ResponseHeadersProperty  
public field static StatusChangedEvent  (Inherited from Activity )
public field static URLProperty  

Top

Public Properties

(see also Protected Properties )

  Name Description
public property Description  (Inherited from Activity )
public property Enabled  (Inherited from Activity )
public property ExecutionResult  (Inherited from Activity )
public property ExecutionStatus  (Inherited from Activity )
public property IsDynamicActivity  (Inherited from Activity )
public property Method  
public property Name  (Inherited from Activity )
public property ParameterBindings  
public property Parameters  
public property Parent  (Inherited from Activity )
public property QualifiedName  (Inherited from Activity )
public property Request The request body content. This property is ignored if the method is GET
public property RequestContentType The request content type. This property is ignored if the method is GET.
public property RequestHeaderBindings  
public property RequestHeaders  
public property Response The activity sets this value to the returned HTTP content.
public property ResponseHeaderBindings  
public property ResponseHeaders  
public property Site  (Inherited from DependencyObject )
public property StatusCode The activity sets this value to the returned HTTP status code.
public property URL The URL for sending the HTTP request.
public property UserData  (Inherited from DependencyObject )

Top

Protected Properties

  Name Description
protected property DesignMode  (Inherited from DependencyObject )
protected property ParentDependencyObject  (Inherited from DependencyObject )
protected property WorkflowInstanceId  (Inherited from Activity )

Top

Public Methods

(see also Protected Methods )

  Name Description
public method AddHandler  (Inherited from DependencyObject )
public method Clone  (Inherited from Activity )
public method Dispose  Overloaded. (Inherited from DependencyObject )
public method Equals  Overloaded. (Inherited from Object )
public method GetAccessType  
public method GetActivityByName  Overloaded. (Inherited from Activity )
public method GetBinding  (Inherited from DependencyObject )
public method GetHashCode  (Inherited from Object )
public method GetPropertyType  
public method GetType  (Inherited from Object )
public method GetValue  (Inherited from DependencyObject )
public method GetValueBase  (Inherited from DependencyObject )
public method IsBindingSet  (Inherited from DependencyObject )
public method static Load  Overloaded. (Inherited from Activity )
public method MetaEquals  (Inherited from DependencyObject )
public method static ReferenceEquals  (Inherited from Object )
public method RegisterForStatusChange  (Inherited from Activity )
public method RemoveHandler  (Inherited from DependencyObject )
public method RemoveProperty  (Inherited from DependencyObject )
public method Save  Overloaded. (Inherited from Activity )
public method SetBinding  (Inherited from DependencyObject )
public method SetValue  (Inherited from DependencyObject )
public method SetValueBase  (Inherited from DependencyObject )
public method ToString  (Inherited from Activity )
public method UnregisterForStatusChange  (Inherited from Activity )
public method ValidateURI  

Top

Protected Methods

  Name Description
protected method Cancel  (Inherited from Activity )
protected method Dispose  Overloaded. (Inherited from DependencyObject )
protected method Execute Overridden.  
protected method Finalize  (Inherited from DependencyObject )
protected method GetBoundValue  (Inherited from DependencyObject )
protected method GetInvocationList  (Inherited from DependencyObject )
protected method HandleFault  (Inherited from Activity )
protected method Initialize  (Inherited from Activity )
protected method InitializeProperties  (Inherited from DependencyObject )
protected method Invoke  Overloaded. (Inherited from Activity )
protected method MemberwiseClone  (Inherited from Object )
protected method OnActivityExecutionContextLoad  (Inherited from Activity )
protected method OnActivityExecutionContextUnload  (Inherited from Activity )
protected method OnClosed  (Inherited from Activity )
protected method RaiseEvent  (Inherited from Activity )
protected method RaiseGenericEvent  (Inherited from Activity )
protected method SetBoundValue  (Inherited from DependencyObject )
protected method SetReadOnlyPropertyValue  (Inherited from DependencyObject )
protected method TrackData  Overloaded. (Inherited from Activity )
protected method Uninitialize  (Inherited from Activity )

Top

Public Events

  Name Description
public event Canceling  (Inherited from Activity )
public event Closed  (Inherited from Activity )
public event Compensating  (Inherited from Activity )
public event Executing  (Inherited from Activity )
public event Faulting  (Inherited from Activity )
public event StatusChanged  (Inherited from Activity )

Top

Explicit Interface Implementations

  Name Description
System.ComponentModel.IComponent.Disposed  (Inherited from DependencyObject )

Top

See Also

Reference

CloudHttpSend Class
Microsoft.Workflow.Activities Namespace

Send comments about this topic to Microsoft.