HttpWorkerRequest.GetKnownRequestHeader Method
.NET Framework 3.0
Returns the standard HTTP request header that corresponds to the specified index.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public String GetKnownRequestHeader ( int index )
public function GetKnownRequestHeader ( index : int ) : String
Not applicable.
Parameters
- index
The index of the header. For example, the HeaderAllow field.
Return Value
The HTTP request header.Community Additions
ADD
Show: