ddbb43cd09
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
18 lines
161 B
Markdown
18 lines
161 B
Markdown
---
|
|
sidebar_label: Connection.url
|
|
---
|
|
|
|
# Connection.url() method
|
|
|
|
#### Signature:
|
|
|
|
```typescript
|
|
class Connection {
|
|
url(): string;
|
|
}
|
|
```
|
|
|
|
**Returns:**
|
|
|
|
string
|