Topic Path: Symbol Reference > Classes > TIdNNTP Class > TIdNNTP Members
ContentsIndexHome
PreviousUpNext
TIdNNTP Members

Members exposed by TIdNNTP.

Event 
Description 
Event handler signalled on receipt of values in the new articles list. 
Event handler signalled on receipt of values in the newsgroup list. 
Represents the current connection status event handler. 
 
 
Event handler triggered when using TLS (Transport Layer Security) and TLS support is not available. 
Event handler signalled during processing of XHDR response lines. 
Event handler signalled during processing of XOVER responses. 
Methods
Method 
Description 
 
Opens a connection to the NNTP server. 
Informs a server that the client wishes to close the connection. 
 
 
 
 
 
 
Retrieves the overview format from the server. 
Notifies the NNTP server of messages available for upload from the client. 
Indicates if an NNTP extension command is supported for the server. 
Next 
Selects the next article in a newsgroup. 
 
Parses an XHDR response line for message and header information. 
Parses an XOVER response line into variables. 
Post 
 
Moves to the previous article in a newsgroup. 
Sets the current article pointer in the newsgroup. 
Selects the active newsgroup on the NNTP server. 
 
Executes NNTP commands verbs. 
Performs non-negotiated article transmissions. 
XHDR 
 
 
 
Sends message headers and body content on the client connection. 
 
Opens a connection and reads all data. 
Determines if the peer has been gracefully disconnected. 
 
Indicates if the peer connection has been opened. 
Creates the IOHandler for the connection. 
 
Reads response detail lines from a peer connection. 
 
 
 
Sends the RFC protocol header values in a list to the connection. 
Writes RFC-compliant message bodies on the connection. 
Triggers the OnBeginWork event. 
Triggers the OnWork event handler. 
Triggers the OnEndWork event handler. 
 
Version number for Indy component suite. 
Destructors
Destructor 
Description 
Frees the object instance. 
Constructors
Constructor 
Description 
Constructor for the object instance. 
 
Property 
Description 
Specifies the the local IP address to be used for the Socket connection. 
Specifies the the port number to be used for the Socket connection. 
Represents the upper bounds for local port numbers derived when establishing the client connection. 
Represents the lowerr bounds for local port numbers derived when establishing the client connection. 
 
Millseconds to wait for successful completion of a connection attempt. 
 
Banner or welcome message for a connection to a protocol server. 
Host 
IP address or host name for the NNTP server. 
The input / output mechanism for the connection. 
Response code and text for the last response from the peer connection. 
Indicates tyhe IOHandler for the connection is maintained by the object instance. 
Mode 
Indicates the NNTP command mode for the client connection. 
Result from the NNTP MODE command. 
Estimated number of articles in the newsgroup. 
Indicates the highest available article in a newsgroup. 
Identifies the line folding character sequence for the message client. 
Maximum line length. 
Indicates the lowest available article number in a newsgroup. 
Identifies the newsreader that posts an article. 
Event handler signalled after the socket handle is bound for the connection. 
Event handler signalled proper to binding the socket handle for the connection. 
Event handler signalled to reflect the connection state for the client. 
Event handler signalled when disconnecting the peer connection. 
Event handler signalled on receipt of values in the new newsgroup list. 
Event handler signalled for read and / or write operations. 
Event handler signalled when beginning a read or write operation. 
Event handler signalled when completing a read or write operation. 
Represents the user authorization for connecting to the NNTP server. 
Represents posting permissions granted to the NNTP client. 
Port 
Port number for the connection to an NNTP server. 
Millseconds to wait for successful completion of a read attempt. 
Provides access to the TIdIOHandlerSocket for the connection. 
 
Represents the user identity for connecting to the NNTP server. 
Indicates Transport-Level Security is used on the NNTP connection. 
Identifies the version number for the Indy component suite. 
Indy component to receive work mode events for the current object instance. 
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.