Start on File Transfer Packets & Handler Implementation
This commit is contained in:
17
MIT Master Server/Handlers/ConfigurationHandler.cs
Normal file
17
MIT Master Server/Handlers/ConfigurationHandler.cs
Normal file
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Net.Sockets;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MIT_Master_Server.Handlers
|
||||
{
|
||||
public class ConfigurationHandler
|
||||
{
|
||||
public void SendToClient(TcpClient client)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user