Connection Type
A connection (TCP implied) is a thing that can read and write from a socket and that can be closed.
Record fields
| Record Field | Description |
Full Usage:
isLongLived
Field type: bool
Modifiers: mutable |
|
Full Usage:
lineBuffer
Field type: byte array
|
|
Full Usage:
lineBufferCount
Field type: int
Modifiers: mutable |
|
|
|
|
|
|
|
|
|
|
|
Instance members
| Instance member | Description |
|
|
|
|
Full Usage:
this.asyncWriteBufferedArrayBytes xxs
Parameters:
byte[][]
Returns: Task<unit>
Modifiers: inline |
|
Full Usage:
this.asyncWriteBufferedBytes b
Parameters:
ReadOnlyMemory<byte>
Returns: Task<unit>
Modifiers: inline |
|
|
|
Full Usage:
this.asyncWriteBufferedBytes b
Parameters:
byte[]
Returns: Task<unit>
Modifiers: inline |
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.tryAppendInt value
Parameters:
int
Returns: bool
Modifiers: inline |
|
|
|
|
|