This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Mode for handling http headers in the embed
Namespace: Smartsite.Web
Assembly: Smartsite.Runtime (in Smartsite.Runtime.dll)
Syntax
C# | Copy Code |
---|---|
public enum HttpHeaderPassThroughMode |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Enumeration HttpHeaderPassThroughMode |
Members
Member name | Description | |
---|---|---|
None |
Don't pass any headers
| |
Request |
Pass request headers to the embedded request
| |
Response |
Pass response headers from the embedded response
| |
Both |
Pass all headers to and from the embedded request
|
See Also
Smartsite.Web Namespace