Methods for cHttpTransfer

View method list in alphabetical order

NameTypeDescription
HttpPostRequestFunctionPerforms an HTTP POST request using sFilePath
HttpPutRequestFunctionPerforms an HTTP PUT request using sFilePath
ResponseStatusTextFunctionReturns the HTTP status text from the last HTTP request

Inherited Methods from cBaseHTTPTransfer

AddHeaderFunctionAdds the HTTP header named sHeaderName with the value sHeaderValue to the HTTP headers
ClearHeadersProcedureClears all HTTP headers added using AddHeader
HttpGetRequestFunctionPerforms an HTTP GET request using sFilePath
HttpPostAddrRequestFunctionPerforms an HTTP POST request
HttpPutAddrRequestFunctionPerforms an HTTP PUT request using sFilePath
HttpVerbAddrRequestFunctionAllows you to send a verb of your choosing (like PATCH)
ResponseHeaderFunctionReturns the value for a named http response header
ResponseStatusCodeFunctionReturns the response HTTP status code
SelectClientCertificateFunctionSelects a client certificate to be used in an Http request

Inherited Methods from cObject

ClassSuperClassFunctionReturns the superclass of the passed class
CreateFunctionCreates an object based on the passed Class Id
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed name
DestroyProcedureDestroys the object that receives the message and any child objects of that object
Exit_ApplicationProcedureStarts the process of closing an application
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchy
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchy
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based on
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]