search:delphi socket server相關網頁資料

    delphi socket server的相關文章
    瀏覽:1255
    日期:2024-07-04
    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 ......
    瀏覽:1142
    日期:2024-07-04
    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...
    瀏覽:529
    日期:2024-07-07
    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 *)...
    瀏覽:1393
    日期:2024-07-05
    文件列表(點擊判斷是否您需要的文件,如果是垃圾請在下麵評價投訴): 註冊表監視 \原程序:regmon \ \Regmon.res \ \RegMonitorThread.pas \ \Main.pas...
    瀏覽:308
    日期:2024-07-06
    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\...
    瀏覽:1361
    日期:2024-07-05
    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 ......
    瀏覽:1412
    日期:2024-07-11
    詳細說明:TCPServer(IOCPServer) Socket 大容量網路伺服器解決方案 大容量網路伺服器解決方案,可達到每伺服器支持超多8萬人在線(保持8萬個以上的TCP長連接)-TCPServer (IOCPServer) Socket large capacity network server solutions for large-capacity ......
    瀏覽:756
    日期:2024-07-08
    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 ......