1. Home
  2. Docs
  3. Messaging Automation
  4. HttpMerge

HttpMerge

Http merge

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

Properties

      Common

  • DisplayName (String) – The display name of the activity.

       Misc

  • Private (Boolean) – If selected, the values of variables and arguments are no longer logged at Verbose level.
  • ApplyDefaultRetryCodes (InArgument<Boolean>) – Gets or sets a value that indicates whether the default codes have been applied.
  • Etag (InArgument<String>) – Gets or sets Etag to be used to determine the merge.
  • HTTPErrorHandler (InArgument) – Gets or sets an activity delegate for processing error responses and attempting to retry.
  • RequestHeaders (InArgument<DynamicValue>) –
  • ResponseContent (OutArgument<DynamicValue>) – Gets or sets the content of the response message.
  • ResponseHeaders (OutArgument<DynamicValue>) – Gets or sets the headers of the response message.
  • ResponseStatusCode (OutArgument<HttpStatusCode) – Gets or sets the status code of the response message.
  • RetryOnConnectionFailure (Boolean) – Gets or sets whether to retry on connection failures.
  • Uri (InArgument<String>) – Gets or sets the target Uri.

Example