次の方法で共有


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

サーバーによって返される状態コード。

適用対象