tgstation-server
The /tg/station 13 server suite
Main Page
API
Architecture
Packages
Classes
Files
File List
src
Tgstation.Server.Host
Components
Interop
ICommContext.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
Tgstation
.
Server
.Host.Components.Interop
4
{
8
interface
ICommContext
:
IDisposable
9
{
14
void
RegisterHandler(
ICommHandler
handler);
15
}
16
}
Tgstation.Server.Api.Models.IrcPasswordType.Server
Use server authentication
System
Tgstation.Server.Host.Components.Interop.ICommContext
Represents a registration of an interop session
Definition:
ICommContext.cs:8
IDisposable
Tgstation.Server.Host.Components.Interop.ICommHandler
Handles CommCommands
Definition:
ICommHandler.cs:9
Tgstation
Generated by
1.8.11