1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00
Files
OpenIntegrations/docs/en/examples/TCP/ProcessRequest.txt
Vitaly the Alpaca (bot) aa10e4c564 Main build (Jenkins)
2025-10-21 11:36:43 +03:00

10 lines
269 B
Plaintext
Vendored

Address = "45.79.112.203:4242";
Data = "Echo this!" + Chars.LF;
Result = OPI_TCP.ProcessRequest(Address, Data);
Address = "tcpbin.com:4243";
Tls = OPI_TCP.GetTLSSettings(True);
Result = OPI_TCP.ProcessRequest(Address, Data, , Tls);