WebHeaderCollection.GetValues Method (String)
.NET Framework (current version)
Gets an array of header values stored in a header.
Assembly: System (in System.dll)
Parameters
- header
-
Type:
System.String
The header to return.
GetValues returns the contents of the specified header as an array.
The following example uses the GetValues method to retrieve an array of values for each header in the WebHeaderCollection.
.NET Framework
Available since 1.1
Available since 1.1
Show: