HttpMerge Class

 

Represents an activity for sending an HTTP MERGE 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.HttpMerge

public sealed class HttpMerge : Activity

NameDescription
System_CAPS_pubmethodHttpMerge()

Initializes a new instance of the HttpMerge class.

NameDescription
System_CAPS_pubpropertyApplyDefaultRetryCodes

Gets or sets a value that indicates whether the default codes have been applied.

System_CAPS_protpropertyCacheId

(Inherited from Activity.)

System_CAPS_pubpropertyDisplayName

(Inherited from Activity.)

System_CAPS_pubpropertyEtag

Gets or sets Etag to be used to determine the merge.

System_CAPS_pubpropertyId

(Inherited from Activity.)

System_CAPS_protpropertyImplementationVersion

(Inherited from Activity.)

System_CAPS_pubpropertyRequestContent

Gets or sets the content 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 the list of status codes to use.

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: