System::Net::HttpStatusDescription::Get method
HttpStatusDescription::Get(HttpStatusCode) method
RTTI information.
static String System::Net::HttpStatusDescription::Get(HttpStatusCode code)
Parameter | Type | Description |
---|---|---|
code | HttpStatusCode | The 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
- Class String
- Enum HttpStatusCode
- Class HttpStatusDescription
- Namespace System::Net
- Library Aspose.PUB for C++
HttpStatusDescription::Get(int32_t) method
Returns a string description of the specified HTTP status code.
static String System::Net::HttpStatusDescription::Get(int32_t code)
Parameter | Type | Description |
---|---|---|
code | int32_t | The status code. |
ReturnValue
A string description of the specified HTTP status code.
See Also
- Class String
- Class HttpStatusDescription
- Namespace System::Net
- Library Aspose.PUB for C++