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

파라미터

serverListenPortThe port to listen on.
topologyThe transport layer host toplogy to configure with.

반환

bool True if able to listen.

설명

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