Click or drag to resize

FormDataCollectionAdd Method

Overload List
  NameDescription
Public methodAdd(String, Bitmap)

Adds an image to the collection.

Public methodAdd(String, String)
Adds form data to the collection.
Public methodAdd(String, Bitmap, String)

Adds an image to the collection, specifying a filename for the image.

Public methodAdd(String, Stream, String, String)
Adds stream data to the collectoin. Use this method to post any type of file.
Top
See Also