Method Accept
Accept()
Accept any new incoming connections. Connections must be accepted before data can be sent on them. It's also the only way to obtain the NetworkConnection value for new connections on servers.
Declaration
public NetworkConnection Accept()
Returns
Type | Description |
---|---|
NetworkConnection | New connection if any, otherwise a default-value object. |