async1 C# Winform | AsyncSocket | Client Socket C# Winform | AsyncSocket | Client Socket Socket Class 생성 using System; using System.Collections.Generic; using System.Text; using System.Net; using System.Net.Sockets; using System.Threading; namespace AsyncSocket { public class StateObject { private const int BUFFER_SIZE = 327680; private Socket worker; private byte[] buffer; public StateObject(Socket worker) { this.worker = worker; this.buffer.. 2020. 12. 8. 이전 1 다음