| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| void | Init (string serverName) | 
| void | OnClientAccess () | 
| void | Start () | 
| void | Tick () | 
| bool | SendMessage (IPCMessage msg) | 
Events | |
| Action | OnIPCClientAccess | 
| Action< IPCMessage > | OnMessage | 
Private Member Functions | |
| void | OnDataArrive (byte[] data) | 
Private Attributes | |
| IPCServer | _ipcSever = new IPCServer() | 
Definition at line 5 of file MessageDispatcherServer.cs.