Method Listen
Listen()
Set the driver to Listen for incomming connections
Declaration
public int Listen()
Returns
| Type | Description |
|---|---|
| int | Returns 0 on success. |
Exceptions
| Type | Condition |
|---|---|
| InvalidOperationException | If the driver is not created properly |
| InvalidOperationException | If listen is called more then once on the driver |
| InvalidOperationException | If bind has not been called before calling Listen. |
| InvalidOperationException | If called on WebGL when not using Relay. |