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

서버에서 반환된 상태 코드입니다.

적용 대상