HttpMerge Class
Represents an activity for sending an HTTP MERGE request and receiving the HTTP response.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | HttpMerge() | Initializes a new instance of the HttpMerge class. |
| Name | Description | |
|---|---|---|
![]() | ApplyDefaultRetryCodes | Gets or sets a value that indicates whether the default codes have been applied. |
![]() | CacheId | (Inherited from Activity.) |
![]() | DisplayName | (Inherited from Activity.) |
![]() | Etag | Gets or sets Etag to be used to determine the merge. |
![]() | Id | (Inherited from Activity.) |
![]() | ImplementationVersion | (Inherited from Activity.) |
![]() | RequestContent | Gets or sets the content 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 | Gets the list of status codes to use. |
![]() | 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.


