SocketOp<'a> Type

ValueTask-based socket operation for allocation-free synchronous completions

Instance members

Instance member Description

this.IsCanceled

Full Usage: this.IsCanceled

Returns: bool
Returns: bool

this.IsCompleted

Full Usage: this.IsCompleted

Returns: bool
Returns: bool

this.IsCompletedSuccessfully

Full Usage: this.IsCompletedSuccessfully

Returns: bool
Returns: bool

this.IsFaulted

Full Usage: this.IsFaulted

Returns: bool
Returns: bool

this.Result

Full Usage: this.Result

Returns: Result<'a, Error>
Returns: Result<'a, Error>