 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Gregor Guest
|
Posted: Wed Dec 10, 2003 2:27 pm Post subject: TidSmtpServer active connections |
|
|
Hi,
how I can examine the IDSTMPSERVER of actice connections
have, how I can delete these.
Sorry my english
Gregor
|
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Dec 10, 2003 6:50 pm Post subject: Re: TidSmtpServer active connections |
|
|
"Gregor" <info (AT) ueding (DOT) de> wrote
| Quote: | how I can examine the IDSTMPSERVER of actice connections
have
|
TIdSMTPServer derives from TIdTCPServer. TIdTCPServer has a ThreadMgr
property, which in turn has an ActiveThreads property. ActiveThreads is a
TThreadList containing pointers to the active connections. You can cast
each item in the list to a TIdPeerThread in order to gain access to that
item's particular thread and connection.
| Quote: | how I can delete these.
|
You do not delete connections. But you can disconnect them.
Gambit
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|