This commit is contained in:
HueByte
2026-02-19 21:50:22 +00:00
parent 3b79c0eb6d
commit 4c105b6c68
72 changed files with 15202 additions and 336 deletions
@@ -297,6 +297,37 @@ Class IrcGatewayService <a class="header-action link-secondary" title="View sou
<a id="EchoHub_Server_Irc_IrcGatewayService_GetAllConnections_" data-uid="EchoHub.Server.Irc.IrcGatewayService.GetAllConnections*"></a>
<h3 id="EchoHub_Server_Irc_IrcGatewayService_GetAllConnections" data-uid="EchoHub.Server.Irc.IrcGatewayService.GetAllConnections">
GetAllConnections()
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Server.Irc/IrcGatewayService.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public IEnumerable&lt;IrcClientConnection&gt; GetAllConnections()</code></pre>
</div>
<h4 class="section">Returns</h4>
<dl class="parameters">
<dt><span class="xref">IEnumerable</span>&lt;<a class="xref" href="EchoHub.Server.Irc.IrcClientConnection.html">IrcClientConnection</a>&gt;</dt>
<dd></dd>
</dl>
<a id="EchoHub_Server_Irc_IrcGatewayService_GetConnectionsInChannel_" data-uid="EchoHub.Server.Irc.IrcGatewayService.GetConnectionsInChannel*"></a>
<h3 id="EchoHub_Server_Irc_IrcGatewayService_GetConnectionsInChannel_System_String_" data-uid="EchoHub.Server.Irc.IrcGatewayService.GetConnectionsInChannel(System.String)">