| 3300 | } |
| 3301 | |
| 3302 | int32_t BeginClient(const std::string& host, int32_t port) |
| 3303 | { |
| 3304 | return GetContext()->GetNetwork().BeginClient(host, port); |
| 3305 | } |
| 3306 | |
| 3307 | int32_t BeginServer(int32_t port, const std::string& address) |
| 3308 | { |
no test coverage detected