Method | Description | |
---|---|---|
AddSection ( ) : CurlFormCode |
Add a multi-part form section. This is definitely the workhorse method for this class. It should be called in roughly the same manner as For a complete list of possible options, see the documentation for the CurlFormOption enumeration. PtrName , etc.) make an internal copy of the passed byte array. Therefore, any changes you make to the client copy of this array AFTER calling this method, won't be reflected internally with cURL . The purpose of providing the pointer options is to support the posting of non-string binary data. |
|
CurlHttpMultiPartForm ( ) : System |
Constructor
|
|
Dispose ( ) : void |
Free unmanaged resources.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
GetHandle ( ) : |