TAsyncClientPoolBase.reopenTransports

Whether to open the underlying transports of a client before trying to execute a method if they are not open. This is usually desirable because it allows e.g. to automatically reconnect to a remote server if the network connection is dropped.

Defaults to true.

  1. bool reopenTransports()
    interface TAsyncClientPoolBase(Interface)
    const @property
    bool
    reopenTransports
    ()
    if (
    isService!Interface
    )
  2. void reopenTransports(bool )

Meta