StreamingResponse.StatusCode Property

Definition

Gets or sets the numeric status code for the response.

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

Property Value

The numeric status code for the response.

Applies to