Dela via


TurnStatusReceivedEventArgs.StatusCode Property

Definition

Retrieves the numeric status code associated with this turn status event. These typically correspond to standard HTTP status codes such as 200 (OK), 400 (Failure/Bad Request), and 429 (Timeout/Throttled).

public int StatusCode { get; }
member this.StatusCode : int
Public ReadOnly Property StatusCode As Integer

Property Value

The status code associated with this event, analolgous to standard HTTP codes.

Applies to