HttpSend Class

 

Represents an activity for sending an HTTP SEND request and receiving the HTTP response.

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

System.Object
  System.Activities.Activity
    Microsoft.Activities.Messaging.HttpSend

Public NotInheritable Class HttpSend
	Inherits Activity

NameDescription
System_CAPS_pubmethodHttpSend()

Initializes a new instance of the HttpSend class.

NameDescription
System_CAPS_pubpropertyApplyDefaultRetryCodes

Gets or sets a value that indicates whether to apply default retry codes.

System_CAPS_protpropertyCacheId

(Inherited from Activity.)

System_CAPS_pubpropertyDisplayName

(Inherited from Activity.)

System_CAPS_pubpropertyId

(Inherited from Activity.)

System_CAPS_protpropertyImplementationVersion

(Inherited from Activity.)

System_CAPS_pubpropertyMethod

Gets or sets the HTTP verb for this HTTP request.

System_CAPS_pubpropertyRequestContent

Gets or sets the content of the request message.

System_CAPS_pubpropertyRequestHeaders

Gets or sets the headers of the request message.

System_CAPS_pubpropertyResponseContent

Gets or sets the content of the response message.

System_CAPS_pubpropertyResponseHeaders

Gets or sets the headers of the response message.

System_CAPS_pubpropertyResponseStatusCode

Gets or sets the status code of the response message.

System_CAPS_pubpropertyRetryOnConnectionFailure

Gets or sets whether to retry on connection failures.

System_CAPS_pubpropertyRetryStatusCodes

Gets or sets the retry status codes.

System_CAPS_pubpropertySecurityToken

Gets or sets the security token.

System_CAPS_pubpropertyUri

Gets or sets the target URI.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Activity.)

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

Return to top

Community Additions

ADD
Show: