HttpDelete Class
Represents an activity for sending an HTTP DELETE request and receiving the HTTP response.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | HttpDelete() | Initializes a new instance of the HttpDelete class. |
| Name | Description | |
|---|---|---|
![]() | ApplyDefaultRetryCodes | |
![]() | CacheId | (Inherited from Activity.) |
![]() | DisplayName | (Inherited from Activity.) |
![]() | HttpErrorHandler | Gets or sets an activity delegate for processing error responses and attempting to retry. |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from Activity.) |
![]() | RequestHeaders | Gets or sets the headers of the request message. |
![]() | ResponseContent | Gets or sets the content of the response message. |
![]() | ResponseHeaders | Gets or sets the headers of the response message. |
![]() | ResponseStatusCode | Gets or sets the status code of the response message. |
![]() | RetryOnConnectionFailure | Gets or sets whether to retry on connection failures. |
![]() | RetryStatusCodes | |
![]() | SecurityToken | Gets or sets the security token. |
![]() | Uri | Gets or sets the target URI. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (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.


