Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: MultipartFormDataHelper(HttpWebRequest)

Declaration

public MultipartFormDataHelper(
    HttpWebRequest request
)

Summary

Constructor.

Parameters

HttpWebRequestrequest The request to be used for the form data submission. This class automatically sets several fields which should not be modified by the caller afterwards. These are: Method, ContentType. You MUST NOT call HttpWebRequest.GetRequestStream or HttpWebRequest.GetResponse on this request. You may modify request headers until the first call to an Add* method.