> For the complete documentation index, see [llms.txt](https://docs.soraco.co/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soraco.co/docs/api-reference/.net-api/iqlmcloudfloatinglicensehelper/methods/goonline.md).

# GoOnline

### Description

Configures the client for online mode.

```csharp
bool GoOnline(bool testConnection, out string errorMessage
```

### Parameters

| Parameter      |  Type  | Description                                                                                              |
| -------------- | :----: | -------------------------------------------------------------------------------------------------------- |
| testConnection |  bool  | when true, the server is pinged before attempting to go online to make sure that we can reach the server |
| errorMessage   | string | a returned message with error information                                                                |

### Returns

| Type    | Description                                             |
| ------- | ------------------------------------------------------- |
| Boolean | true if the operation was successful; otherwise, false. |
