Method | Description | |
---|---|---|
Cleanup ( ) : void |
Cleanup unmanaged resources.
|
|
DupHandle ( ) : |
Clone an Easy object.
|
|
Easy ( ) : System |
Constructor
|
|
GetInfo ( CURLINFO info, System.DateTime &dt ) : CURLcode |
Extract
|
|
GetInfo ( CURLINFO info, Object &objInfo ) : CURLcode |
Extract information from a cURL handle.
|
|
GetInfo ( CURLINFO info, SeasideResearch.LibCurlNet.Slist &slist ) : CURLcode |
Extract
|
|
GetInfo ( CURLINFO info, double &dblVal ) : CURLcode |
Extract
|
|
GetInfo ( CURLINFO info, int &intVal ) : CURLcode |
Extract
|
|
GetInfo ( CURLINFO info, string &strVal ) : CURLcode |
Extract
|
|
Perform ( ) : CURLcode |
Perform a transfer.
|
|
Reset ( ) : void |
Reset the internal cURL handle.
|
|
SetOpt ( CURLoption option, Object parameter ) : CURLcode |
Set options for this object. See the
|
|
StrError ( CURLcode code ) : String |
Get a string description of an error code.
|
Method | Description | |
---|---|---|
DebugDelegate ( CURLINFOTYPE infoType, |
||
Dispose ( bool disposing ) : void | ||
Easy ( |
||
EnsureHandle ( ) : void | ||
GetHandle ( ) : |
||
HeaderDelegate ( |
||
InstallDelegates ( ) : void | ||
IoctlDelegate ( CURLIOCMD cmd, |
||
ProgressDelegate ( |
||
ReadDelegate ( |
||
SSLCtxDelegate ( |
||
WriteDelegate ( |
public GetInfo ( CURLINFO info, System.DateTime &dt ) : CURLcode | ||
info | CURLINFO | One of the values in the
/// |
dt | System.DateTime | Reference to a |
return | CURLcode |
public GetInfo ( CURLINFO info, Object &objInfo ) : CURLcode | ||
info | CURLINFO | One of the values in the
/// |
objInfo | Object | Reference to an object into which the
/// value specified by |
return | CURLcode |
public GetInfo ( CURLINFO info, SeasideResearch.LibCurlNet.Slist &slist ) : CURLcode | ||
info | CURLINFO | One of the values in the
/// |
slist | SeasideResearch.LibCurlNet.Slist | Reference to an |
return | CURLcode |
public GetInfo ( CURLINFO info, double &dblVal ) : CURLcode | ||
info | CURLINFO | One of the values in the
/// |
dblVal | double | Reference to an |
return | CURLcode |
public GetInfo ( CURLINFO info, int &intVal ) : CURLcode | ||
info | CURLINFO | One of the values in the
/// |
intVal | int | Reference to an |
return | CURLcode |
public GetInfo ( CURLINFO info, string &strVal ) : CURLcode | ||
info | CURLINFO | One of the values in the
/// |
strVal | string | Reference to an |
return | CURLcode |
public SetOpt ( CURLoption option, Object parameter ) : CURLcode | ||
option | CURLoption | This should be a valid |
parameter | Object | This should be a parameter of a varying
/// type based on the value of the |
return | CURLcode |
public StrError ( CURLcode code ) : String | ||
code | CURLcode | Error code. |
return | String |