Arci.Networking
|
Public Member Functions | |
Server (IPAddress address, int port) | |
Creates new instance More... | |
async Task< TcpClient > | AcceptClient () |
Accepts new client More... | |
async Task< TcpClient > | AcceptClientAsync () |
Accepts new client with block waiting More... | |
void | Dispose () |
Disposes object More... | |
Server instance
|
inline |
Creates new instance
address | An IPAddress that represents the local IP address |
port | The port on which to listen for incoming connection attempts |
|
inline |
Accepts new client
|
inline |
Accepts new client with block waiting
|
inline |
Disposes object