[#CNode-IsOutboundOrBlockRelayConn] = xref:CNode.adoc[CNode]::IsOutboundOrBlockRelayConn :relfileprefix: ../ :mrdocs: Whether this is an outbound full‐relay or block‐relay‐only connection. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool IsOutboundOrBlockRelayConn() const; ---- == Return Value true for outbound full‐relay and block‐relay‐only connections. [.small]#Created with https://www.mrdocs.com[MrDocs]#