xtd.core Network examples
January 11, 2024 ยท View on GitHub
This folder contains network examples used by Reference Guide and more.
- dns_get_host_addresses shows hows how to use xtd::net::dns class.
- dns_get_host_entry shows hows how to use xtd::net::dns class.
- ip_address shows hows how to use xtd::net::dns class.
- network_stream shows hows how to use xtd::net::sockets::network_stream class.
- socket_tcp_ip_v4 shows hows how to use xtd::net::sockets::socket class.
- socket_tcp_ip_v4_without_thread shows hows how to use xtd::net::sockets::socket class.
- socket_tcp_ip_v6 shows hows how to use xtd::net::sockets::socket class.
- socket_udp_ip_v4 shows hows how to use xtd::net::sockets::socket class.
- socket_udp_ip_v6 shows hows how to use xtd::net::sockets::socket class.
- tcp_client_ip_v4 shows hows how to use xtd::net::sockets::tcp_client class.
- tcp_client_ip_v6 shows hows how to use xtd::net::sockets::tcp_client class.
- udp_client_ip_v4 shows hows how to use xtd::net::sockets::udp_client class.
- udp_client_ip_v6 shows hows how to use xtd::net::sockets::udp_client class.
Build and run any project
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run -t any_project_name