ResponseInformation.StatusCode 属性

定义

获取服务器返回的状态代码。

public:
 property unsigned int StatusCode { unsigned int get(); };
uint32_t StatusCode();
public uint StatusCode { get; }
var uInt32 = responseInformation.statusCode;
Public ReadOnly Property StatusCode As UInteger

属性值

UInt32

unsigned int

uint32_t

服务器返回的状态代码。

适用于