C# 썸네일형 리스트형 c# 소켓통신 예제. / Server Socket // NameSpace 선언 using System; using System.Net; using System.Net.Sockets; using System.Text; namespace ServerSideSocket { class ServerClass { public static Socket Server , Client; public static byte[] getByte = new byte[1024]; public static byte[] setByte = new byte[1024]; public const int sPort = 5000; [STAThread] static void Main(string[] args) { string stringbyte = null; IPAdd.. 더보기 이전 1 다음