Method StartServer
StartServer()
Starts to listening for incoming clients Note: When this method returns false it could mean:
- You are trying to start a client that is already started
- It failed during the initial port binding when attempting to begin to connect
Declaration
public override bool StartServer()
Returns
Type | Description |
---|---|
bool | true if the server was started and false if it failed to start the server |