1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00
Files
OpenIntegrations/docs/en/md/TCP/Server-methods/Start-server.mdx
Vitaly the Alpaca (bot) 473c8f9e5f Main build (Jenkins)
2024-12-20 16:27:30 +03:00

40 lines
611 B
Plaintext

---
sidebar_position: 1
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Start server
Starts a TCP server on the specified port
`Function StartServer(Val Port) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Port | - | Number, String | ✔ | Port number |
Returns: String, Arbitrary - Server object or error message
<br/>
:::caution
**NOCLI:** данный метод недоступен для использования в CLI версии
:::
<br/>
```bsl title="1C:Enterprise/OneScript code example"
```