在用TNMHTTP控件连接http过程中,如何取消连接???(50分)

  • 主题发起人 主题发起人 crazywind
  • 开始时间 开始时间
C

crazywind

Unregistered / Unconfirmed
GUEST, unregistred user!
我在用TNMHTTP控件,连接一个站点,在连接过程中,
如何取消连接??
 
TNMHttp继承自TPowersock,有Abort方法
Delphi Help说明如下:
The Abort method aborts the current operation....
 
nmhttp1.free;
:->
 
bethouvnlue:
这种招数都想得出来, i 服了 u!
 
bethouvnlue真黑。

Declaration
procedure Abort;

Description
The Abort method cancels the current HTTP transfer in progress.

Scope: Public

Notes:
When an abort occurs, an exception is raised, and the current
operation is canceled.
 
在用Abort方法,编译运行时,执行Abort,会出现什么错误的!
而用Cancel方法,也出现一样的错误!
an exception is raised到底是什么意思呢?

但是退出编译环境,这个问题就不会出现了!
不知道为何呢????

请问各位大虾,Abort方法和Cancel方法有什么区别呢?

:-(
 
多人接受答案了。
 
后退
顶部