Overload List
Name | Description | |
---|---|---|
![]() | Add( Byte ) |
Adds a HttpRequestBody to the end of the collection.
|
![]() | Add(Stream) |
Adds a HttpRequestBody to the end of the collection.
|
![]() | Add(Object) |
Adds a HttpRequestBody to the end of the collection.
|
![]() | Add(HttpPostedFile) |
Adds a HttpRequestBody to the end of the collection.
|
![]() | Add(HttpParameter) |
Adds a parameter to the end of the collection.
|
![]() | Add(String, Object) |
Adds a parameter to the end of the collection.
|
![]() | Add(String, String) |
Adds a HttpParameter to the end of the collection.
|
![]() | Add(String, HttpPostedFile) |
Adds a HttpFile to the end of the collection.
|
![]() | Add(String, String, Byte ) |
Adds a HttpFile to the end of the collection.
|
![]() | Add(String, String, Stream) |
Adds a HttpFile to the end of the collection.
|
![]() | Add(HttpParameterType, String, String) |
Adds a HttpParameter to the end of the collection.
|
![]() | Add(String, String, String, Byte ) |
Adds a HttpFile to the end of the collection.
|
![]() | Add(String, String, String, Stream) |
Adds a HttpFile to the end of the collection.
|
See Also