![]() |
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# |
![]() |
---|---|
public abstract class ResponseInfoBase |
Visual Basic (Declaration) |
![]() |
---|---|
Public MustInherit Class ResponseInfoBase |
The type exposes the following members.
Protected Constructors
Name | Description | |
---|---|---|
![]() |
ResponseInfoBase |
Public Methods
Name | Description | |
---|---|---|
![]() |
AddHeader |
Adds the response header.
|
![]() |
CopyTo |
Copies the values of this instance to specified target.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
SetHeadersReadOnly |
Sets the headers in read-only state.
|
![]() |
ToString | (Inherited from Object.) |
![]() |
TransmitHeaders |
Transmits the headers of this instance to specified http response.
|
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnContentTypeChanged |
Called when the content type has changed.
|
Public Fields
Name | Description | |
---|---|---|
![]() ![]() |
DefaultContentType |
Represents the default content type.
|
![]() ![]() |
HeaderContentDisposition |
The Content-Disposition HTTP response header
|
![]() ![]() |
HeaderContentLength |
The Content-Length HTTP response header.
|
![]() ![]() |
HeaderContentType |
The Content-Type HTTP response header.
|
![]() ![]() |
HeaderExpires |
The Expires HTTP response header
|
![]() ![]() |
HeaderLastModified |
The Last-Modified HTTP response header
|
Protected Fields
Name | Description | |
---|---|---|
![]() ![]() |
HeaderMaxAge |
The internal MaxAge Cache-Control response header
|
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