Get()
HttpStatusDescription::Get(HttpStatusCode) method
Returns a string description of the specified HTTP status code.
static String System::Net::HttpStatusDescription::Get(HttpStatusCode code)
Arguments
Parameter | Type | Description |
---|---|---|
code | HttpStatusCode | The status code. |
Return Value
A string description of the specified HTTP status code.
HttpStatusDescription::Get(int32_t) method
Returns a string description of the specified HTTP status code.
static String System::Net::HttpStatusDescription::Get(int32_t code)
Arguments
Parameter | Type | Description |
---|---|---|
code | int32_t | The status code. |
Return Value
A string description of the specified HTTP status code.
See Also
- Enum HttpStatusCode
- Class String
- Class HttpStatusDescription
- Namespace System::Net
- Library Aspose.Slides