System::Net::HttpStatusDescription::Get method

HttpStatusDescription::Get(HttpStatusCode) method

RTTI information.

static String System::Net::HttpStatusDescription::Get(HttpStatusCode code)
ParameterTypeDescription
codeHttpStatusCodeThe status code.

ReturnValue

A string description of the specified HTTP status code.

Remarks

Returns a string description of the specified HTTP status code.

See Also

HttpStatusDescription::Get(int32_t) method

Returns a string description of the specified HTTP status code.

static String System::Net::HttpStatusDescription::Get(int32_t code)
ParameterTypeDescription
codeint32_tThe status code.

ReturnValue

A string description of the specified HTTP status code.

See Also