search:delphi socket server相關網頁資料
delphi socket server的相關文章
delphi socket server的相關商品
瀏覽:871
日期:2025-04-22
Socket VB.NET Examples Accept Connection on Socket TCP/IP Socket Connect to Remote Host:Port Socket Server as a Windows Service SSL Client Example SSL Server Example Verify SSL Server Certificate Asynchronous SSL Client Example Send Bytes ......
瀏覽:947
日期:2025-04-27
Configuring a Local Network: IP Addresses If you have a local network available, you'll be able to test the following programs on it; otherwise, you can use the same computer as both client and server. In this case, as I've done in the examples, use the a...
瀏覽:1209
日期:2025-04-25
Delphi TCP/IP logger Example with NVT support ... TMainForm class methods procedure DataSelectClick(Sender: TObject); (* This routine is called by DataSelect button and enables to choose the data output file by user *)...
310759 連接時出現:"windows socket error:(10061),on API connect ” 是你的 沒有啟 Delphi VCL 182萬源代碼下載- www.pudn.c
瀏覽:540
日期:2025-04-22
文件列表(點擊判斷是否您需要的文件,如果是垃圾請在下麵評價投訴): 註冊表監視 \原程序:regmon \ \Regmon.res \ \RegMonitorThread.pas \ \Main.pas...
瀏覽:1293
日期:2025-04-22
That's all. When the server reads information from a client socket it adds that text to the Memo component, both the text and the client RemoteAddress are added. See it in action p.s. For a more complex project be sure to explore the Delphi\Demos\...
Delphi HTTP Upload using a Proxy Server - Example Programs, Code Examples, Sample Code, Source, Andr
瀏覽:1176
日期:2025-04-28
HTTP Upload using a Proxy Server HTTP Upload using a proxy server. For more information about HTTP Upload, see this blog post: HTTP Upload Overview uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls ......
瀏覽:1319
日期:2025-04-27
詳細說明:TCPServer(IOCPServer) Socket 大容量網路伺服器解決方案 大容量網路伺服器解決方案,可達到每伺服器支持超多8萬人在線(保持8萬個以上的TCP長連接)-TCPServer (IOCPServer) Socket large capacity network server solutions for large-capacity ......
瀏覽:661
日期:2025-04-22
var sResponse: string; begin //Send "Hello" message to client immediately after connection AContext.Connection.Socket.WriteLn('Hello'); //Receive "Hi" response from client sResponse:= AContext.Connection.Socket.ReadLn; //Disconnect AContext.Connection ......