SuperSocket
SuperSocket copied to clipboard
Error CS0246 The type or namespace name 'EasyClient' could not be found (are you missing a using directive or an assembly reference?)
trafficstars
Hi, i have installed SuperSocket.ClientEngine and SuperSocket.ProtoBase into one of my projects and added
using SuperSocket;
using SuperSocket.ClientEngine;
using SuperSocket.ProtoBase;
But it cannot find the EasyClient in
EasyClient client = new EasyClient();
Am i missing some part so i can get a client up and running?
The required lib is SuperSocket.Client.