Edit

Share via


Response.StatusCode Property

Definition

The StatusCode property contains the numeric SIP status code for the response.

public:
 property int StatusCode { int get(); void set(int value); };
public int StatusCode { get; set; }
Public Property StatusCode As Integer

Property Value

Remarks

A status code is currently represented as a 3-digit integer. For example, 404.

Applies to