HttpWorkerRequest.GetStatusDescription(Int32) Metodo

Definizione

Viene restituita una stringa che descrive il nome del codice di stato HTTP specificato.

public:
 static System::String ^ GetStatusDescription(int code);
public static string GetStatusDescription (int code);
static member GetStatusDescription : int -> string
Public Shared Function GetStatusDescription (code As Integer) As String

Parametri

code
Int32

Codice di stato HTTP.

Restituisce

String

Descrizione dello stato, ad esempio GetStatusDescription(Int32) (404) restituisce "Not Found".

Si applica a