HttpDelete Class

 

Represents an activity for sending an HTTP DELETE 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.HttpDelete

public sealed class HttpDelete : Activity

NameDescription
System_CAPS_pubmethodHttpDelete()

Initializes a new instance of the HttpDelete class.

NameDescription
System_CAPS_pubpropertyApplyDefaultRetryCodes

System_CAPS_protpropertyCacheId

(Inherited from Activity.)

System_CAPS_pubpropertyDisplayName

(Inherited from Activity.)

System_CAPS_pubpropertyHttpErrorHandler

Gets or sets an activity delegate for processing error responses and attempting to retry.

System_CAPS_pubpropertyId

(Inherited from Activity.)

System_CAPS_protpropertyImplementationVersion

(Inherited from Activity.)

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

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: