Method Listen
Listen(NetworkEndpoint)
Tell all the registered NetworkDriverStore drivers to start listening for incoming connections.
Declaration
public bool Listen(NetworkEndpoint endpoint)
Parameters
Type | Name | Description |
---|---|---|
NetworkEndpoint | endpoint | The local address to use. This is the address that will be used to bind the underlying socket. |
Returns
Type | Description |
---|---|
bool |