mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-01-14 04:35:49 +02:00
Main build (Jenkins)
This commit is contained in:
parent
0ecc9df7b3
commit
e131920b40
File diff suppressed because it is too large
Load Diff
@ -212,6 +212,7 @@ Function ProcessRequest(Val Address, Val Data = "", Val ResponseString = True) E
|
||||
Connection = CreateConnection(Address);
|
||||
|
||||
Result = SendBinaryData(Connection, Data);
|
||||
Connection.CloseOutput();
|
||||
|
||||
If Result Then
|
||||
|
||||
|
@ -212,6 +212,7 @@ Function ProcessRequest(Val Address, Val Data = "", Val ResponseString = True) E
|
||||
Connection = CreateConnection(Address);
|
||||
|
||||
Result = SendBinaryData(Connection, Data);
|
||||
Connection.CloseOutput();
|
||||
|
||||
If Result Then
|
||||
|
||||
|
Binary file not shown.
@ -212,6 +212,7 @@
|
||||
Соединение = ОткрытьСоединение(Адрес);
|
||||
|
||||
Результат = ОтправитьДвоичныеДанные(Соединение, Данные);
|
||||
Соединение.CloseOutput();
|
||||
|
||||
Если Результат Тогда
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user