Difference between revisions of "TNntpCli"
Jump to navigation
Jump to search
Markus.humm (talk | contribs) (→Events) |
Markus.humm (talk | contribs) (Events, not yet complete) |
||
Line 62: | Line 62: | ||
{| | {| | ||
− | | [[TNntp. | + | | valign="top" width="150" | [[TNntp.OnDataAvailable | OnDataAvailabe]] |||| Triggered if data has been received. |
− | | | + | |- |
− | + | | valign="top" | [[TNntp.OnDisplay | OnDisplay]] |||| ???. | |
− | | [[TNntp. | + | |- |
+ | | valign="top" | [[TNntp.OnMessageBegin | OnMessageBegin]] |||| ???. | ||
+ | |- | ||
+ | | valign="top" | [[TNntp.OnMessageEnd | OnMessageEnd]] |||| ???. | ||
+ | |- | ||
+ | | valign="top" | [[TNntp.OnMessageLine | OnMessageLine]] |||| ???. | ||
|} | |} | ||
Revision as of 12:00, 3 March 2008
Main page -> ICS components reference -> TNntpCli
Contents
Overview
- unit NntpCli.pas
- inheritance TNntpCli - TComponent
TNntpCli component is implementing the client side Nntp protocol described in RFC ???. The Nntp protocoll is the standard protocoll for the usenet usegroup system.
Properties
ArticleEstimated | ???. | |
ArticleFirst | ???. | |
ArticleID | ???. | |
ArticleLast | ???. | |
ArticleNumber | ???. | |
CtrlSocket | The TWSocket used for communication. | |
ErrorMessage | Last exception error message?. | |
GroupName | Name of the usegroup to be processed?. | |
Host | Name of the Nntp server to be used?. | |
LastResponse | ???. | |
LineLimit | Max. length of a post?. | |
Name | Name of the component instance. | |
PassWord | Password for the Nntp server?. | |
Port | Port number for the Nntp service on the host. | |
PostingPermitted | Posting allowed?. | |
ServerDate | ???. | |
State | ???. | |
StatusCode | ???. | |
Tag | Free useable number for your reference purposes. | |
UserName | Username for accessing the host. |
Methods
Abort | Abort the current operation and drops the connection. | |
AbortAsync | Abort the current operation and drops the connection (non-blocking). |
Events
OnDataAvailabe | Triggered if data has been received. | |
OnDisplay | ???. | |
OnMessageBegin | ???. | |
OnMessageEnd | ???. | |
OnMessageLine | ???. |