使用socket編程實現服務器端與客戶端(tcp)

服務器端服務器 socket。tcp建立服務器,使用的編譯軟件是vssocket //建立sockettcp socket tcpServer = new Socket(AddressFamily.InterNetwork,SocketType.stream,ProtocolType.Tcp);操作系統 //AddressFamily.InterNetwork表明地址類型,SocketType.s
相關文章
相關標籤/搜索