Click or drag to resize
RequestAppend Method
Overload List
  NameDescription
Public methodAppend(String, Constant) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Constant) instead.
Public methodAppend(String, Datetime) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Datetime) instead.
Public methodAppend(String, Name) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Name) instead.
Public methodAppend(String, Boolean) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Boolean) instead.
Public methodAppend(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.
Public methodAppend(String, Char) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Char) instead.
Public methodAppend(String, Double) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Double) instead.
Public methodAppend(String, Int32) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Int32) instead.
Public methodAppend(String, Int64) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Int64) instead.
Public methodAppend(String, Single) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, Single) instead.
Public methodAppend(String, String) Obsolete.
Appends the specified value to the named array element of this request. Deprecated, use Append(Name, String) instead.
Public methodAppend(Name, Constant)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Datetime)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Name)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Boolean)
Appends the specified value to the named array element of this request.
Public methodAppend(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.
Public methodAppend(Name, Char)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Double)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Int32)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Int64)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, Single)
Appends the specified value to the named array element of this request.
Public methodAppend(Name, String)
Appends the specified value to the named array element of this request.
Top
See Also