This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public abstract class ResponseInfoBase |
Visual Basic (Declaration) | Copy Code |
---|---|
Public MustInherit Class ResponseInfoBase |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
Cacheable |
Gets or sets a value indicating whether the response is cacheable on the client.
|
|
ContentType |
Gets or sets the type of the content.
|
|
Headers |
Gets the headers associated with this response.
|
|
IsclientConnected |
Gets a value indicating whether the client is still waiting for a response.
|
|
LastModified |
Gets or sets the last modified.
|
|
MaxAge |
Gets or sets the max-age timespan.
|
See Also
Smartsite.Base Namespace