RequestAppend Method |
Name | Description | |
---|---|---|
Append(String, Constant) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, Constant) instead.
| |
Append(String, Datetime) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, Datetime) instead.
| |
Append(String, Name) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, Name) instead.
| |
Append(String, Boolean) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, Boolean) instead.
| |
Append(String, Byte) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated. Arrays of byte arrays are not supported.
This method will always throw an NotSupportedException.
| |
Append(String, Char) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, Char) instead.
| |
Append(String, Double) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, Double) instead.
| |
Append(String, Int32) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, Int32) instead.
| |
Append(String, Int64) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, Int64) instead.
| |
Append(String, Single) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, Single) instead.
| |
Append(String, String) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated, use Append(Name, String) instead.
| |
Append(Name, Constant) | Appends the specified value to the named array element of this request.
| |
Append(Name, Datetime) | Appends the specified value to the named array element of this request.
| |
Append(Name, Name) | Appends the specified value to the named array element of this request.
| |
Append(Name, Boolean) | Appends the specified value to the named array element of this request.
| |
Append(Name, Byte) | Obsolete. Appends the specified value to the named array element of this request.
Deprecated. Arrays of byte arrays are not supported. This method will always throw an NotSupportedException.
| |
Append(Name, Char) | Appends the specified value to the named array element of this request.
| |
Append(Name, Double) | Appends the specified value to the named array element of this request.
| |
Append(Name, Int32) | Appends the specified value to the named array element of this request.
| |
Append(Name, Int64) | Appends the specified value to the named array element of this request.
| |
Append(Name, Single) | Appends the specified value to the named array element of this request.
| |
Append(Name, String) | Appends the specified value to the named array element of this request.
|