InternetHeaders.Value
From Xojo Documentation
Method
Returns a String containing the value of the specified header.
Example
This item was deprecated in version 2019r2. Please use InternetHeaders.ValueAt as a replacement. |
Method
Returns a String containing the value of the specified header.
Example
Method
InternetHeaders.Value(Name as String,Index as Integer) As String
Supported for all project types and targets.
Supported for all project types and targets.
Returns a String containing the value of the specified header. More than one header can have the same name.