ChannelState Type
Socket-level state of an AdminChannel.
The hub-level AdminChannelStatus (in FSBar.Hub.AdminChannelHost)
layers richer semantics on top.
Union cases
| Union case |
Description
|
Full Usage:
Bound port
Parameters:
int
|
The socket is bound on the given local port but has not yet seen any inbound traffic from the engine.
|
Full Usage:
Closed reason
Parameters:
string
|
The socket is no longer usable.
|
Full Usage:
NotBound
|
The socket has not yet been bound. |
|
The socket has received at least one datagram from the engine; the engine's remote endpoint is pinned to that address.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsBound
Returns: bool
|
|
Full Usage:
this.IsClosed
Returns: bool
|
|
Full Usage:
this.IsNotBound
Returns: bool
|
|
Full Usage:
this.IsReceivingFrom
Returns: bool
|
|
FSBarV1_Archived