HttpWorkerRequest.GetStatusDescription(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回描述指定 HTTP 狀態碼名稱的字串。
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
參數
- code
- Int32
HTTP 狀態碼。
傳回
狀態描述。 例如,GetStatusDescription(Int32) (404) 會傳回「找不到」。