ResponseInformation.StatusCode Property

Definition

Gets the status code returned by the server.

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

Property Value

UInt32

unsigned int

uint32_t

The status code returned by the server.

Applies to