HttpWorkerRequest.GetKnownResponseHeaderName(Int32) Method

Definition

Returns the name of the specified HTTP response header.

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

Parameters

index
Int32

The index number of the header.

Returns

The name of the HTTP response header specified in the index parameter.

Applies to