Enum MultiplexedConnectionCloseError
- Namespace
- IceRpc.Transports
- Assembly
- IceRpc.dll
The error supplied to CloseAsync(MultiplexedConnectionCloseError, CancellationToken).
public enum MultiplexedConnectionCloseError : byte
Fields
NoError = 0The connection was closed without error.
Aborted = 1The connection was aborted for some unspecified reason.
Refused = 2The server refused the connection, for example because it's shutting down.
ServerBusy = 3The server rejected the connection establishment attempt because it already has too many connections.