HttpWorkerRequest.GetKnownRequestHeaderName(Int32) Method

Definition

Returns the name of the specified HTTP request header.

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

Parameters

index
Int32

The index number of the header.

Returns

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

Applies to