System::Net::HttpStatusDescription class

HttpStatusDescription class

Contains the utility methods to get the string representation of the HTTP status.

class HttpStatusDescription : public System::Object

Methods

MethodDescription
static Get(HttpStatusCode)RTTI information.
static Get(int32_t)Returns a string description of the specified HTTP status code.
HttpStatusDescription()The deleted default constructor.

See Also