Table of Contents

Enum MultiplexedConnectionCloseError

Namespace
IceRpc.Transports
Assembly
IceRpc.dll
public enum MultiplexedConnectionCloseError : byte

Fields

NoError = 0

The connection was closed without error.

Aborted = 1

The connection was aborted for some unspecified reason.

Refused = 2

The server refused the connection, for example because it's shutting down.

ServerBusy = 3

The server rejected the connection establishment attempt because it already has too many connections.