search:delphi socket server相關網頁資料

    瀏覽:1404
    日期:2024-09-21
    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 ......
    瀏覽:904
    日期:2024-09-26
    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...
    瀏覽:813
    日期:2024-09-20
    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 *)...
    瀏覽:607
    日期:2024-09-27
    文件列表(點擊判斷是否您需要的文件,如果是垃圾請在下麵評價投訴): 註冊表監視 \原程序:regmon \ \Regmon.res \ \RegMonitorThread.pas \ \Main.pas...
    瀏覽:1059
    日期:2024-09-20
    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\...
    瀏覽:1151
    日期:2024-09-23
    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 ......
    瀏覽:743
    日期:2024-09-22
    詳細說明:TCPServer(IOCPServer) Socket 大容量網路伺服器解決方案 大容量網路伺服器解決方案,可達到每伺服器支持超多8萬人在線(保持8萬個以上的TCP長連接)-TCPServer (IOCPServer) Socket large capacity network server solutions for large-capacity ......
    瀏覽:734
    日期:2024-09-21
    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 ......