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 class ResponseHeaderCollection |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class ResponseHeaderCollection |
The type exposes the following members.
Public Constructors
Name | Description | |
---|---|---|
ResponseHeaderCollection |
Public Methods
Name | Description | |
---|---|---|
Add | (Inherited from NameValueCollection.) | |
Add | (Inherited from NameValueCollection.) | |
Clear | (Inherited from NameValueCollection.) | |
CopyTo | ||
Equals | (Inherited from Object.) | |
Get | (Inherited from NameValueCollection.) | |
Get | (Inherited from NameValueCollection.) | |
GetEnumerator | (Inherited from NameObjectCollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetKey | (Inherited from NameValueCollection.) | |
GetObjectData | (Inherited from NameObjectCollectionBase.) | |
GetType | (Inherited from Object.) | |
GetValues | (Inherited from NameValueCollection.) | |
GetValues | (Inherited from NameValueCollection.) | |
HasKeys | (Inherited from NameValueCollection.) | |
OnDeserialization | (Inherited from NameObjectCollectionBase.) | |
Remove | (Inherited from NameValueCollection.) | |
Set | (Inherited from NameValueCollection.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
BaseAdd | (Inherited from NameObjectCollectionBase.) | |
BaseClear | (Inherited from NameObjectCollectionBase.) | |
BaseGet | (Inherited from NameObjectCollectionBase.) | |
BaseGet | (Inherited from NameObjectCollectionBase.) | |
BaseGetAllKeys | (Inherited from NameObjectCollectionBase.) | |
BaseGetAllValues | (Inherited from NameObjectCollectionBase.) | |
BaseGetAllValues | (Inherited from NameObjectCollectionBase.) | |
BaseGetKey | (Inherited from NameObjectCollectionBase.) | |
BaseHasKeys | (Inherited from NameObjectCollectionBase.) | |
BaseRemove | (Inherited from NameObjectCollectionBase.) | |
BaseRemoveAt | (Inherited from NameObjectCollectionBase.) | |
BaseSet | (Inherited from NameObjectCollectionBase.) | |
BaseSet | (Inherited from NameObjectCollectionBase.) | |
Finalize | (Inherited from Object.) | |
InvalidateCachedArrays | (Inherited from NameValueCollection.) | |
MemberwiseClone | (Inherited from Object.) |
Public Properties
Name | Description | |
---|---|---|
AllKeys | (Inherited from NameValueCollection.) | |
Count | (Inherited from NameObjectCollectionBase.) | |
IsReadOnly |
Gets or sets a value indicating whether the NameObjectCollectionBase instance is read-only.
|
|
Item | (Inherited from NameValueCollection.) | |
Item | (Inherited from NameValueCollection.) | |
Keys | (Inherited from NameObjectCollectionBase.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection..::..IsSynchronized | (Inherited from NameObjectCollectionBase.) | |
ICollection..::..SyncRoot | (Inherited from NameObjectCollectionBase.) |
See Also
Smartsite.Base Namespace