InnerHttpError.StatusCode 属性

定义

从失败的请求中获取或设置 httpStatusCode。

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

属性值

HTTP 请求的状态代码。

适用于