線上訂房服務-台灣趴趴狗聯合訂房中心
發文 回覆 瀏覽次數:982
推到 Plurk!
推到 Facebook!

Test

 
Erin751111
一般會員


發表:3
回覆:0
積分:0
註冊:2008-09-17

發送簡訊給我
#1 引用回覆 回覆 發表時間:2008-09-17 14:22:39 IP:210.202.xxx.xxx 訂閱

[code delphi]
// NOTE: This demo ONLY runs under Windows.

program TCPStreamServer;

uses
Forms,
ServerMain in 'ServerMain.pas' {Form1};

{$R *.RES}

{
Indy TCP Stream Server Demo
Don Siders
October 6, 2000

Demonstrates use of the following:

TIdTCPServer.Execute to service threaded connection requests.

TIdTCPServer.WriteStream to send data to the client.

TIdTCPServer.OpenWriteBuffer, TIdTCPServer.CloseWriteBuffer to manage
Indy data buffering prior to transmission.

Run TCPStreamServer.EXE prior to using TCPStreamClient.
}

begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.


[/code]
------
聞不言之言
系統時間:2024-05-06 20:03:10
聯絡我們 | Delphi K.Top討論版
本站聲明
1. 本論壇為無營利行為之開放平台,所有文章都是由網友自行張貼,如牽涉到法律糾紛一切與本站無關。
2. 假如網友發表之內容涉及侵權,而損及您的利益,請立即通知版主刪除。
3. 請勿批評中華民國元首及政府或批評各政黨,是藍是綠本站無權干涉,但這裡不是政治性論壇!