RequestSet Method |
Name | Description | |
---|---|---|
Set(String, Constant) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Constant) instead.
| |
Set(String, Datetime) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Datetime) instead.
| |
Set(String, Name) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Name) instead.
| |
Set(String, Boolean) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Boolean) instead.
| |
Set(String, Byte) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Byte) instead.
| |
Set(String, Char) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Char) instead.
| |
Set(String, Double) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Double) instead.
| |
Set(String, Int32) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Int32) instead.
| |
Set(String, Int64) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Int64) instead.
| |
Set(String, Single) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, Single) instead.
| |
Set(String, String) | Obsolete. Sets the element of this request having the specified name to the
specified value.
Deprecated, use Set(Name, String) instead.
| |
Set(Name, Constant) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Datetime) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Name) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Boolean) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Byte) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Char) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Double) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Int32) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Int64) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, Single) | Sets the element of this request having the specified name to the
specified value.
| |
Set(Name, String) | Sets the element of this request having the specified name to the
specified value.
|