Module soc

Source
Expand description

Network Socket service.

By using this service the program enables the use of network sockets and utilities such as those found in std::net, which are completely inaccessible by default. As such, remember to hold a handle to this service handle while using any network functionality, or else the std::net methods will return generic OS errors.

Structsยง

Soc
Handle to the Network Socket service.