There is several classes that allow to create TCP/IP connections (eg: to connect to a service).
Example : %Net.FtpSession (port 21), %Net.HttpRequest (usually port 80 or 443)
AFAIK connection will stay open unless closed explicitly or if variable that hold the instance is garbage collected.
Is there a way to get a list of all active (open) TCP/IP connections IRIS is maintaining so far ?
I took a look at Portal (eg: in dashboard, "System Resource Statistics") but couldn't find anything. Web Gateway panel provide information about connections but this is incoming connections for CSP pages. I


.png)

.png)

