GenericResultHttpStatusCode Property |
Returns the status code of the HTTP response.
Namespace: Aliyun.OSS.ModelAssembly: Aliyun.OSS (in Aliyun.OSS.dll) Version: 2.8.0.0 (2.8.0)
Syntax public HttpStatusCode HttpStatusCode { get; set; }
Public Property HttpStatusCode As HttpStatusCode
Get
Set
public:
property HttpStatusCode HttpStatusCode {
HttpStatusCode get ();
void set (HttpStatusCode value);
}
member HttpStatusCode : HttpStatusCode with get, set
Property Value
Type:
HttpStatusCodeSee Also