Свойство | Тип | Описание | |
---|---|---|---|
AddFormField | SeasideResearch.LibCurlNet.CURLFORMcode | ||
AddFormFile | bool | ||
AddFormFile | bool | ||
CleanupCurl | void | ||
ClearDataIn | void | ||
DrupCurlPerform | SeasideResearch.LibCurlNet.CURLcode | ||
OnDebug | void | ||
OnProgress | |||
OnWriteData | |||
errorMessage | void | ||
getToken | string |
Метод | Описание | |
---|---|---|
Curl ( string serverURL ) : System |
Constructor, init curl service.
|
|
DownloadFile ( string httpPath, string savePath ) : bool | ||
FileUpload ( string localPath ) : int |
Upload a file to Drupal using the form-file module and CURL
|
|
FileUpload ( string localPath, string serverDirectory ) : int |
Upload a file to Drupal using the form-file module and CURL
|
|
Login ( string user, string password ) : bool | ||
Logout ( ) : bool | ||
ReLogin ( ) : bool |
Метод | Описание | |
---|---|---|
AddFormField ( SeasideResearch.LibCurlNet mf, object fieldName, object Value ) : SeasideResearch.LibCurlNet.CURLFORMcode | ||
AddFormFile ( SeasideResearch.LibCurlNet mf, string fileName, Enums field ) : bool | ||
AddFormFile ( SeasideResearch.LibCurlNet mf, string fileName, string field ) : bool |
add information to upload a file, also perform check of file size and file existing
|
|
CleanupCurl ( ) : void | ||
ClearDataIn ( ) : void | ||
DrupCurlPerform ( ) : SeasideResearch.LibCurlNet.CURLcode | ||
OnDebug ( SeasideResearch.LibCurlNet infoType, String msg, Object extraData ) : void | ||
OnProgress ( Object extraData, Double dlTotal, Double dlNow, Double ulTotal, Double ulNow ) : |
||
OnWriteData ( Byte buf, |
||
errorMessage ( string msg ) : void | ||
getToken ( string url, string formId ) : string |
public DownloadFile ( string httpPath, string savePath ) : bool | ||
httpPath | string | |
savePath | string | |
Результат | bool |
public FileUpload ( string localPath ) : int | ||
localPath | string | Local file location |
Результат | int |
public FileUpload ( string localPath, string serverDirectory ) : int | ||
localPath | string | Local file location |
serverDirectory | string | Save to a specific directory in drupal |
Результат | int |
public Login ( string user, string password ) : bool | ||
user | string | |
password | string | |
Результат | bool |