MBS Plugin Documentation
Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchie
New in Version 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 8.0 8.1 8.2 8.3 8.4 8.5 8.6 8.7 9.0
The list of the themes, classes, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
The plugin MBS CURL Plugin:
- method Protocol(index as integer) as string
- property Version as String
- property VersionNumber as Integer
- property Host as String
- property Features as Integer
- property SSLVersion as String
- property SSLVersionNumber as Integer
- property LibZVersion as String
- property ProtocolCount as Integer
- property SupportsIPV6 as Boolean
- property SupportsKERBEROS4 as Boolean
- property SupportsSSL as Boolean
- property SupportsLIBZ as Boolean
- property SupportsNTLM as Boolean
- property SupportsGSSNEGOTIATE as Boolean
- property SupportsASYNCHDNS as Boolean
- property SupportsSPNEGO as Boolean
- property SupportsLARGEFILE as Boolean
- property SupportsIDN as Boolean
- property SupportsSSPI as Boolean
- method FormFinish
- method FormAdd(FormOption1 as integer, Text1 as string, FormOption2 as integer, Text2 as string)
- method FormAdd(FormOption1 as integer, Text1 as string, FormOption2 as integer, Text2 as string, FormOption3 as integer, Text3 as string)
- method FormAdd(FormOption1 as integer, Text1 as string, FormOption2 as integer, Text2 as string, FormOption3 as integer, Number3 as integer)
- method FormAdd(FormOption1 as integer, Text1 as string, FormOption2 as integer, Text2 as string, FormOption3 as integer, Number3 as integer, FormOption4 as integer, Text4 as string)
- method FormAdd(FormOption1 as integer, Text1 as string, FormOption2 as integer, Text2 as string, FormOption3 as integer, Number3 as integer, FormOption4 as integer, Number4 as integer)
- method FormAdd(FormOption1 as integer, Text1 as string, FormOption2 as integer, Text2 as string, FormOption3 as integer, Text3 as string, FormOption4 as integer, Number4 as integer)
- method FormAdd(FormOption1 as integer, Text1 as string, FormOption2 as integer, FormOptions() as integer, Texts() as string)
- method GetInfoSSLEngines as CURLListMBS
- method GetInfoCookieList as CURLListMBS
- method GetInfoContentLengthDownload as double
- method GetInfoContentLengthUpload as double
- method GetInfoContentType as string
- method GetInfoNumConnects as integer
- method GetInfoOSErrno as integer
- method GetInfoProxyAuthAvail as integer
- method GetInfoHTTPAuthAvail as integer
- method GetInfoHeaderSize as integer
- method GetInfoRequestSize as integer
- method GetInfoSSLVerifyResult as integer
- method GetInfoSizeUpload as double
- method GetInfoSizeDownload as double
- method GetInfoSpeedDownload as double
- method GetInfoSpeedUpload as double
- method GetInfoRedirectCount as integer
- method GetInfoRedirectTime as double
- method GetInfoStartTransferTime as double
- method GetInfoPreTransferTime as double
- method GetInfoConnectTime as double
- method GetInfoNameLookupTime as double
- method GetInfoTotalTime as double
- method GetInfoFileTime as integer
- method GetInfoHTTPConnectCode as integer
- method GetInfoResposeCode as integer
- method GetInfoEffectiveURL as string
- method Escape(URL as string) as string
- method Unescape(URL as string) as string
- method Perform as integer
- method Reset
- method LibVersion as string
- method Version as CURLVersionMBS
- method SetOptionHTTPHeader(data() as string)
- method SetOptionHTTP200Aliases(data() as string)
- method SetOptionQuote(data() as string)
- method SetOptionPostQuote(data() as string)
- method SetOptionPreQuote(data() as string)
- method SetOptionTelnetOptions(data() as string)
- property OptionMaxSendSpeedLarge as Int64
- property OptionMaxRecvSpeedLarge as Int64
- property OptionMaxFileSizeLarge as Int64
- property OptionInFileSizeLarge as Int64
- property OptionResumeFromLarge as Int64
- property OptionPostFieldSizeLarge as Int64
- property YieldTime as Boolean
- property Handle as Integer
- property Lasterror as Integer
- property OptionAutoReferer as Boolean
- property OptionBufferSize as Integer
- property OptionCAInfo as String
- property OptionCAPath as String
- property OptionConnectionTimeout as Integer
- property OptionConnectionTimeOutMS as Integer
- property OptionConnectOnly as Boolean
- property OptionCookie as String
- property OptionCookieFile as String
- property OptionCookieJar as String
- property OptionCookieList as String
- property OptionCookieSession as Boolean
- property OptionCRLF as Boolean
- property OptionCustomRequest as String
- property OptionDNSCacheTimeout as Integer
- property OptionEGDSocket as String
- property OptionFailOnError as Boolean
- property OptionFileTime as Boolean
- property OptionFollowLocation as Boolean
- property OptionForbitReuse as Boolean
- property OptionFreshConnect as Boolean
- property OptionFTPAlternativeToUser as String
- property OptionFTPAppend as Boolean
- property OptionFTPCreateMissingDirs as Boolean
- property OptionFTPFileMethod as Integer
- property OptionFTPListOnly as Boolean
- property OptionFTPPort as String
- property OptionFTPResponseTimeout as Integer
- property OptionFTPSkipPasvIP as Integer
- property OptionFTPSSL as Integer
- property OptionFTPSSLAuth as Integer
- property OptionFTPSSLCCC as Integer
- property OptionFTPUseEPRT as Boolean
- property OptionFTPUseEPSV as Boolean
- property OptionGet as Boolean
- property OptionHeader as Boolean
- property OptionHTTPAuth as Integer
- property OptionHTTPContentDecoding as Integer
- property OptionHTTPProxyTunnel as Boolean
- property OptionHTTPTransferDecoding as Integer
- property OptionHTTPVersion as Integer
- property OptionIgnoreContentLength as Boolean
- property OptionInFileSize as Integer
- property OptionInterface as String
- property OptionIPResolve as Integer
- property OptionKRB4Level as String
- property OptionLocalPort as Integer
- property OptionLocalPortRange as Integer
- property OptionLowSpeedLimit as Integer
- property OptionLowSpeedTime as Integer
- property OptionMaxConnects as Integer
- property OptionMaxFileSize as Integer
- property OptionMaxRedirs as Integer
- property OptionNetRC as Integer
- property OptionNetRCFile as String
- property OptionNoBody as Boolean
- property OptionPort as Integer
- property OptionPost as Boolean
- property OptionPostFields as String
- property OptionPostFieldSize as Integer
- property OptionProxy as String
- property OptionProxyAuth as Integer
- property OptionProxyPort as Integer
- property OptionProxyType as Integer
- property OptionProxyUserPassword as String
- property OptionPut as Boolean
- property OptionRandomFile as String
- property OptionRange as String
- property OptionReferer as String
- property OptionResumeFrom as Integer
- property OptionSSHAuthTypes as Integer
- property OptionSSHPrivateKeyfile as String
- property OptionSSHPublicKeyfile as String
- property OptionSSLCert as String
- property OptionSSLCertType as String
- property OptionSSLCipherList as String
- property OptionSSLEngine as String
- property OptionSSLEngineDefault as Integer
- property OptionSSLKey as String
- property OptionSSLKeyPassword as String
- property OptionSSLKeyType as String
- property OptionSSLSessionIDCache as Boolean
- property OptionSSLVerifyHost as Boolean
- property OptionSSLVerifyPeer as Integer
- property OptionSSLVersion as Integer
- property OptionTCPNoDelay as Boolean
- property OptionTimeCondition as Integer
- property OptionTimeOut as Integer
- property OptionTimeOutMS as Integer
- property OptionTimeValue as Integer
- property OptionTransferText as Boolean
- property OptionUnrestrictedAuth as Boolean
- property OptionUpload as Boolean
- property OptionURL as String
- property OptionUserAgent as String
- property OptionUserPassword as String
- property OptionVerbose as Boolean
- shared method LoadAPI
- shared method LoadErrorString as string
- shared method LoadLibrary(path as string) as boolean
- shared property APILoaded as Boolean
- event Progress(dltotal as double, dlnow as double, ultotal as double, ulnow as double) as boolean
- event Read(count as integer) as string
- event Write(data as string) as integer
- event RestartRead() as boolean
- event Header(data as string) as integer
- event DebugMessage(infotype as integer, data as string)
Monkeybread Software Realbasic Plugins - Pfarrgemeinderat St. Arnulf Nickenich