HttpWorkerRequest.GetKnownResponseHeaderName(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定的 HTTP 回應標頭的名稱。
public:
static System::String ^ GetKnownResponseHeaderName(int index);
public static string GetKnownResponseHeaderName (int index);
static member GetKnownResponseHeaderName : int -> string
Public Shared Function GetKnownResponseHeaderName (index As Integer) As String
參數
- index
- Int32
標頭的索引編號。
傳回
index
參數裡指定的 HTTP 回應標頭的名稱。