PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets or sets a string containing the HTTP headers sent by the converter to the web server when the web page is requested from a URL. The HTTP headers string can be used to define cookies, authentication options, URL referer or any other HTTP header to be sent to the web browser.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(.Trim)]
public string HttpRequestHeaders { get; set; }
Visual Basic (Declaration)Copy imageCopy Code
<(.Trim)> _
Public Property HttpRequestHeaders As 
	Get
	Set

See Also

Advanced