InvokeResponse.Status Property

Definition

Gets or sets the HTTP status code for the response.

public int Status { get; set; }
member this.Status : int with get, set
Public Property Status As Integer

Property Value

The HTTP status code.

Remarks

The POST that is generated in response to the incoming invoke activity will have the HTTP status code specified by this field.

Applies to