InvokeResponse Class

Definition

A tuple class containing an HTTP status code and a JSON-serializable object. The HTTP status code is, in the invoke activity scenario, what will be set in the resulting POST. The body of the resulting POST will be the JSON-serialized content from the Body property.

public class InvokeResponse
type InvokeResponse = class
Public Class InvokeResponse
Inheritance
InvokeResponse
Derived

Constructors

InvokeResponse()

Properties

Body

Gets or sets the body content for the response.

Status

Gets or sets the HTTP status code for the response.

Methods

IsSuccessStatusCode()

Gets a value indicating whether the invoke response was successful.

Applies to