Allows you to add HTTP headers to the HTTP request sent to the server. Headers can be of the standard HTTP header kind like Content-encoding or Cache, or custom headers specific to your application.
o.AddHeader(lcHeader,lcValue)
Parameters
lcHeader
The header type to add. For example, Content-encoding.
lcValue
The value to set the header to
See also:
West Wind Web Connection© West Wind Technologies, 1996-2024 • Updated: 02/11/07
Comment or report problem with topic