1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
Files
OpenIntegrations/docs/en/examples/TCP/CreateConnection.txt

9 lines
277 B
Plaintext
Raw Normal View History

2025-10-21 11:36:43 +03:00
 Address = "45.79.112.203:4242";
2024-12-15 00:18:32 +03:00
Connection = OPI_TCP.CreateConnection(Address);
OPI_TCP.CloseConnection(Connection);
2025-03-22 11:54:15 +03:00
Address = "tcpbin.com:4243";
2025-09-01 14:51:24 +03:00
Tls = OPI_TCP.GetTLSSettings(True);
2025-03-22 11:54:15 +03:00
Connection = OPI_TCP.CreateConnection(Address, TLS);