摘要:
static void Main(string[] args) { IPEndPoint remoteEndPoint = new IPEndPoint(IPAddress.Any, 0); UdpClient udpClient; byte[] buffer; string loggingEvent; try { udpClient = new UdpClient(8081); while (... 閱讀全文
posted @ 2011-07-21 17:16
DukeCheng
閱讀(308)
評論(0)
推薦(0)
摘要:
前天在Codeplex上創建了一個簡單HttpServer的開源項目, 因為最近在搞Socket的緣故, 不想失去這個機會,就順便在閑暇時間寫個HttpServer, 其主要目的是讓我們了解我們的IIS, Apache等web服務器執行原理, 在Http通信上有跟深層次的了解. 像我們的Web, WebService, Soap,Rest這些統統都走Http協議. Codeplex 地址: h... 閱讀全文
posted @ 2011-07-21 11:19
DukeCheng
閱讀(9244)
評論(0)
推薦(0)
浙公網安備 33010602011771號