Ext..::..GetDescription Method
Gets the description of the specified HTTP status code.
Namespace:
WebSocketSharpAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static string GetDescription( HttpStatusCode code )
Public Shared Function GetDescription ( _ code As HttpStatusCode _ ) As String
public: static String^ GetDescription( HttpStatusCode^ code )
Parameters
- code
- Type: WebSocketSharp.Net..::..HttpStatusCode
One of HttpStatusCode enum values, indicates the HTTP status code.