Method | Description | |
---|---|---|
CurlShare ( ) : System |
Constructor
|
|
Dispose ( ) : void |
Cleanup unmanaged resources.
|
|
SetOpt ( CurlShareOption option, Object parameter ) : CurlShareCode |
Set options for this object.
|
|
StrError ( CurlShareCode errorNum ) : String |
Return a String description of an error code.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
EnsureHandle ( ) : void | ||
GetHandle ( ) : IntPtr | ||
LockDelegate ( int data, int access, IntPtr userPtr ) : void | ||
UnlockDelegate ( int data, IntPtr userPtr ) : void | ||
installDelegates ( ) : void | ||
setLastError ( CurlShareCode code, CurlShareOption opt ) : void | ||
setShareOption ( CurlShareOption option, CurlLockData value ) : CurlShareCode |
public SetOpt ( CurlShareOption option, Object parameter ) : CurlShareCode | ||
option | CurlShareOption |
/// One of the values in the |
parameter | Object |
/// An appropriate object based on the value passed in the
/// |
return | CurlShareCode |
public StrError ( CurlShareCode errorNum ) : String | ||
errorNum | CurlShareCode |
/// The |
return | String |