다음을 통해 공유


InnerHttpError.StatusCode 속성

정의

실패한 요청에서 httpStatusCode를 가져오거나 설정합니다.

public int? StatusCode { get; set; }
member this.StatusCode : Nullable<int> with get, set
Public Property StatusCode As Nullable(Of Integer)

속성 값

HTTP 요청의 상태 코드입니다.

적용 대상