问题Is there any asynchronous library for working with TCP/IP on C#? 回答1:.NET has System.Net.Sockets - did you check this out ? 来源:https://stackoverflow.com/questions/7056768/tcp-ip-library-framework-for-c-sharp 标签 c# .net client-server tcp-ip