22 lines
320 B
Markdown
22 lines
320 B
Markdown
---
|
|
sidebar_label: ConnectionTransport.send
|
|
---
|
|
# ConnectionTransport.send() method
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
interface ConnectionTransport {send(message: string): void;}
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| message | string | |
|
|
|
|
**Returns:**
|
|
|
|
void
|
|
|