Version: 5.4
public bool Listen (int serverListenPort);
public bool Listen (int serverListenPort, Networking.HostTopology topology);

Parámetros

serverListenPort The port to listen on.
topology The transport layer host toplogy to configure with.

Valor de retorno

bool True if able to listen.

Descripción

This starts the server listening for connections on the specified port.