HttpClient
- Namespace
- ZAux
- Extends
- Inherited Properties
- Inherited Methods
- Implements
FUNCTION_BLOCK HttpClient EXTENDS ZAux.HttpClientAbstract IMPLEMENTS ZCore.IHttpClient, ZCore.IObject, ZCore.IError
Used to send HTTP requests and receiving HTTP responses from a resource identified by a URI.
Note
The TwinCAT implementation of HttpClient, additionally to Zeugwerk Framework, requires an installation of Zeugwerk HttpClientProxy on a computer in your local network and an ADS route to this server. For questions, contact the support.
Constructor
FB_init
METHOD FB_init (
[input] bInitRetains : BOOL,
[input] bInCopyCode : BOOL,
[input] parent : ZCore.IManagedObject) : BOOL
Inputs
bInitRetainsBOOLif TRUE, the retain variables are initialized (warm start / cold start)
bInCopyCodeBOOLif TRUE, the instance afterwards gets moved into the copy code (online change)
parentIManagedObject
Returns
- BOOL