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 methods.
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.
|
See Also
Smartsite.Base Namespace