Method Close
Close(NetworkDriver)
Close an active connection. Strictly identical to Disconnect(NetworkDriver).
Declaration
public int Close(NetworkDriver driver)
Parameters
Type | Name | Description |
---|---|---|
NetworkDriver | driver | Driver on which to perform the operation. |
Returns
Type | Description |
---|---|
int | 0 on success, a negative error code otherwise. |