You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -30,7 +30,11 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
Address = "45.79.112.203:4242";
|
||||
Connection = OPI_TCP.CreateConnection(Address);
|
||||
Data = "Hello server!" + Chars.LF;
|
||||
|
||||
Sending = OPI_TCP.SendLine(Connection, Data);
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ Tls settings can only be set when a connection is created: explicitly, by using
|
||||
|
||||
|
||||
```bsl title="1C:Enterprise/OneScript code example"
|
||||
|
||||
Result = OPI_TCP.GetTlsSettings(False);
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user