[#V1Transport-ShouldReconnectV1] = xref:V1Transport.adoc[V1Transport]::ShouldReconnectV1 :relfileprefix: ../ :mrdocs: Whether a v1 reconnect is warranted; always false for a v1 transport. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual bool ShouldReconnectV1() const noexcept override; ---- == Return Value always false, since this is already a v1 transport. [.small]#Created with https://www.mrdocs.com[MrDocs]#