IP*Works!

Package ipworks

Interface Summary
FilemailerEventListener Event listener for the Filemailer Class.
FtpEventListener Event listener for the Ftp Class.
HtmlmailerEventListener Event listener for the Htmlmailer Class.
HttpEventListener Event listener for the Http Class.
ImapEventListener Event listener for the Imap Class.
IpdaemonEventListener Event listener for the Ipdaemon Class.
IpinfoEventListener Event listener for the Ipinfo Class.
IpportEventListener Event listener for the Ipport Class.
LdapEventListener Event listener for the Ldap Class.
McastEventListener Event listener for the Mcast Class.
MimeEventListener Event listener for the Mime Class.
MxEventListener Event listener for the Mx Class.
NetclockEventListener Event listener for the Netclock Class.
NetcodeEventListener Event listener for the Netcode Class.
NntpEventListener Event listener for the Nntp Class.
PopEventListener Event listener for the Pop Class.
RcpEventListener Event listener for the Rcp Class.
RexecEventListener Event listener for the Rexec Class.
RshellEventListener Event listener for the Rshell Class.
SmtpEventListener Event listener for the Smtp Class.
SnmpEventListener Event listener for the Snmp Class.
SnppEventListener Event listener for the Snpp Class.
SoapEventListener Event listener for the Soap Class.
TelnetEventListener Event listener for the Telnet Class.
TftpEventListener Event listener for the Tftp Class.
UdpportEventListener Event listener for the Udpport Class.
WebformEventListener Event listener for the Webform Class.
WebuploadEventListener Event listener for the Webupload Class.
WhoisEventListener Event listener for the Whois Class.
XmlpEventListener Event listener for the Xmlp Class.
 

Class Summary
Filemailer The FileMailer control is used to send emails with file attachments.
FilemailerEndTransferEvent Fired when the message text completes transferring.
FilemailerErrorEvent Information about errors during data delivery.
FilemailerPITrailEvent Traces the commands sent to the mail server, and the respective replies.
FilemailerStartTransferEvent Fired when the message text starts transferring.
FilemailerTransferEvent Fired while the message text gets transferred to MailServer .
Ftp The FTP control can be used to transfer files to and from FTP servers using the FTP Protocol.
FtpDirListEvent Fired when a directory entry is received.
FtpEndTransferEvent Fired when a file completes downloading/uploading.
FtpErrorEvent Information about errors during data delivery.
FtpPITrailEvent Traces the commands sent to the server, and the respective replies.
FtpStartTransferEvent Fired when a file starts downloading/uploading.
FtpTransferEvent Fired during file download/upload.
Htmlmailer The HTMLMailer control is used to send HTML email.
HtmlmailerEndTransferEvent Fired when the message text completes transferring.
HtmlmailerErrorEvent Information about errors during data delivery.
HtmlmailerPITrailEvent Traces the commands sent to the mail server, and the respective replies.
HtmlmailerStartTransferEvent Fired when the message text starts transferring.
HtmlmailerTransferEvent Fired while the message text gets transferred to MailServer .
Http The HTTP control can be used to retrieve documents from the World Wide Web.
HttpConnectedEvent Fired immediately after a connection completes (or fails).
HttpDisconnectedEvent Fired when a connection is closed.
HttpEndTransferEvent Fired when a document finishes transferring.
HttpErrorEvent Information about errors during data delivery.
HttpHeaderEvent Fired every time a header line comes in.
HttpSetCookieEvent Fired for every cookie set by the server.
HttpStartTransferEvent Fired when a document starts transferring (after the headers).
HttpTransferEvent Fired while a document transfers (delivers document).
Imap The IMAP control is used to communicate with IMAP servers using the IMAP (Internet Message Access) protocol.
ImapEndTransferEvent Fired when the message or the part data finishes transferring.
ImapErrorEvent Information about errors during data delivery.
ImapMailboxListEvent Fired for each mailbox received through the various imapListMailbox actions.
ImapMessageInfoEvent Fired with information for the message(s) retrieved by the server.
ImapMessagePartEvent Fired for each message part when an imapGetMessageInfo action is performed.
ImapPITrailEvent Traces the commands sent to the mail server, and the respective replies.
ImapStartTransferEvent Fired when the message or the part data starts transferring.
ImapTransferEvent Fired while the message gets transferred from the MailServer .
Ipdaemon The IPDaemon control can be used to create TCP/IP servers.
IpdaemonConnectedEvent Fired immediately after a connection completes (or fails).
IpdaemonConnectionRequestEvent Fired when a request for connection comes from a remote host.
IpdaemonDataInEvent Fired when data (complete lines) comes in.
IpdaemonDisconnectedEvent Fired when a connection is closed.
IpdaemonErrorEvent Information about errors during data delivery.
IpdaemonReadyToSendEvent Fired when the component is ready to send data.
Ipinfo The IPInfo control is used to resolve host names to host addresses and vice-versa using asynchronous DNS.
IpinfoErrorEvent Information about errors during data delivery.
IpinfoRequestCompleteEvent Fired after an asynchronous request completes.
Ipport The IPPort control facilitates TCP/IP communications by providing an easy interface to Winsock functions.
IpportConnectedEvent Fired immediately after a connection completes (or fails).
IpportDataInEvent Fired when data (complete lines) comes in.
IpportDisconnectedEvent Fired when a connection is closed.
IpportErrorEvent Information about errors during data delivery.
IpportReadyToSendEvent Fired when IPPort is ready to send data.
Ldap The LDAP control is used to communicate with LDAP Directory Servers using the LDAP (Lightweight Directory Access) protocol.
LdapErrorEvent Information about errors during data delivery.
LdapResultEvent Fired for every server response, except search responses.
LdapSearchCompleteEvent Fired upon completion of a search operation.
LdapSearchResultEvent Fired for every entry returned from a search operation.
Mcast The MCast control is used to multicast UDP datagrams to multicast capable hosts in multicast capable subnets.
McastDataInEvent Fired when data is received.
McastErrorEvent Information about errors during data delivery.
McastReadyToSendEvent Fired when the component is ready to send data.
Mime The MIME control allows for easy implementation of the Multipurpose Internet Mail Extensions or MIME as defined in RFC 1521 and updated in RFCs 2045-2049.
MimeProgressEvent Shows the progress of decoding/encoding the input data.
Mx The MX control enables querying of mail exchange (MX) records from a Domain Name Server (DNS).
MxErrorEvent Information about errors during data delivery.
MxResponseEvent Fired for each MailServer accepting email for the domain.
Netclock The NetClock control provides the current (GMT) time from an Internet Time Server.
NetclockErrorEvent Information about errors during data delivery.
Netcode The NetCode control can be used to encode or decode files or strings.
NetcodeProgressEvent Occurs when PercentDone of the input is read.
Nntp The NNTP control is used to read and post articles on Usenet news servers.
NntpEndTransferEvent Fired when the article text completes transferring.
NntpErrorEvent Information about errors during data delivery.
NntpGroupListEvent Fired while group data transfers (during group listings).
NntpGroupOverviewEvent Fired for each line of article overview data (during group overviews).
NntpGroupSearchEvent Fired for each line of group search data (during group searches).
NntpHeaderEvent Fired for every article header being retrieved during article retrieval.
NntpPITrailEvent Traces the commands sent to the mail server, and the respective replies.
NntpStartTransferEvent Fired when the article text starts transferring.
NntpTransferEvent Fired while the article text gets transferred (to or from the NewsServer ).
Pop The POP control is used retrieve electronic mail from Internet Post Office servers (POP).
PopEndTransferEvent Fired when the message completes transferring.
PopErrorEvent Information about errors during data delivery.
PopHeaderEvent Fired for every message header being retrieved.
PopPITrailEvent Traces the commands sent to the mail server, and the respective replies.
PopStartTransferEvent Fired when the message starts transferring.
PopTransferEvent Fired while the message gets transferred from MailServer .
Rcp The RCP control implements the popular UNIX Remote Copy Protocol, used to transfer files between systems.
RcpConnectedEvent Fired immediately after a connection completes (or fails).
RcpDisconnectedEvent Fired when a connection is closed.
RcpErrorEvent Information about errors during data delivery.
RcpProgressEvent Fired whenever data is being transferred between the localhost and RemoteHost .
Rexec The Rexec control is used to execute commands on a remote UNIX machine using the rexec mechanism.
RexecConnectedEvent Fired immediately after a connection completes (or fails).
RexecDisconnectedEvent Fired when a connection is closed.
RexecErrorEvent Information about errors during data delivery.
RexecStderrEvent Fired when data (complete lines) come in through stderr.
RexecStdoutEvent Fired when data (complete lines) come in through stdout.
Rshell The Rshell control is used to execute commands on a remote Unix machine using the rshell mechanism.
RshellConnectedEvent Fired immediately after a connection completes (or fails).
RshellDisconnectedEvent Fired when a connection is closed.
RshellErrorEvent Information about errors during data delivery.
RshellStderrEvent Fired when data (complete lines) come in through stderr.
RshellStdoutEvent Fired when data (complete lines) come in through stdout.
Smtp The SMTP control is used to send Internet mail using the SMTP protocol (the Internet mail standard).
SmtpEndTransferEvent Fired when the message text completes transferring.
SmtpErrorEvent Information about errors during data delivery.
SmtpExpandEvent Fired for every email address returned by the server when Action is set to Expand .
SmtpPITrailEvent Traces the commands sent to the mail server, and the respective replies.
SmtpStartTransferEvent Fired when the message text starts transferring.
SmtpTransferEvent Fired while the message text gets transferred to MailServer .
Snmp The SNMP control is used to implement SNMP Management Applications and SNMP Agent Applications.
SnmpErrorEvent Information about errors during data delivery.
SnmpGetBulkRequestEvent Fired when a GetBulkRequest packet is received.
SnmpGetNextRequestEvent Fired when a GetNextRequest packet is received.
SnmpGetRequestEvent Fired when a GetRequest packet is received.
SnmpGetResponseEvent Fired when a GetResponse packet is received.
SnmpInformRequestEvent Fired when a SetRequest packet is received.
SnmpPDUTraceEvent Fired for every packet sent or received.
SnmpReadyToSendEvent Fired when the component is ready to send data.
SnmpSetRequestEvent Fired when a SetRequest packet is received.
SnmpTrapEvent Fired when a SNMP trap packet is received.
Snpp The SNPP control is used to send pages through the internet using the SNNP protocol.
SnppErrorEvent Information about errors during data delivery.
SnppPITrailEvent Traces the commands sent to the server, and the respective replies.
Soap The SOAP control is used to communicate with SOAP servers.
SoapConnectedEvent Fired immediately after a connection completes (or fails).
SoapDisconnectedEvent Fired when a connection is closed.
SoapEndTransferEvent Fired when a document finishes transferring.
SoapErrorEvent Information about errors during data delivery.
SoapHeaderEvent Fired every time a header line comes in.
SoapSetCookieEvent Fired for every cookie set by the server.
SoapStartTransferEvent Fired when a document starts transferring (after the headers).
SoapTransferEvent Fired while the response transfers.
Telnet The Telnet control is used to communicate with servers implementing the TELNET protocol.
TelnetCommandEvent Fired when a Telnet command comes from the Telnet server.
TelnetConnectedEvent Fired immediately after a connection completes (or fails).
TelnetDataInEvent Fired when characters are received from the remote host.
TelnetDisconnectedEvent Fired when a connection is closed.
TelnetDoDoEvent Fired when a Telnet DO OPTION command comes from the Telnet server.
TelnetDontEvent Fired when a Telnet DONT OPTION command comes from the Telnet server.
TelnetErrorEvent Information about errors during data delivery.
TelnetReadyToSendEvent Fired when the component is ready to send data.
TelnetSubOptionEvent Fired when a Telnet suboption command comes from the Telnet server.
TelnetWillEvent Fired when a Telnet WILL OPTION command comes from the Telnet server.
TelnetWontEvent Fired when a Telnet WONT OPTION command comes from the Telnet server.
Tftp The TFTPClient control is used to exchange files with TFTP servers via the TFTP protocol.
TftpEndTransferEvent Fired when a file completes downloading/uploading.
TftpErrorEvent Information about errors during data delivery.
TftpStartTransferEvent Fired when a file starts downloading/uploading.
TftpTransferEvent Fired during file download/upload.
Udpport The UDPPort control is used to facilitate UDP (datagram) communications.
UdpportDataInEvent Fired when data is received.
UdpportErrorEvent Information about errors during data delivery.
UdpportReadyToSendEvent Fired when the component is ready to send data.
Webform The WebForm control is used to POST data to interactive web pages or scripts (CGI, ASP, etc..), similar to what HTML forms do.
WebformConnectedEvent Fired immediately after a connection completes (or fails).
WebformDisconnectedEvent Fired when a connection is closed.
WebformEndTransferEvent Fired when a document finishes transferring.
WebformErrorEvent Information about errors during data delivery.
WebformHeaderEvent Fired every time a header line comes in.
WebformSetCookieEvent Fired for every cookie set by the server.
WebformStartTransferEvent Fired when a document starts transferring (after the headers).
WebformTransferEvent Fired while a document transfers (delivers document).
Webupload The WebUpload control is used to upload files to RFC1867-compliant web servers.
WebuploadConnectedEvent Fired immediately after a connection completes (or fails).
WebuploadDisconnectedEvent Fired when a connection is closed.
WebuploadEndTransferEvent Fired when a document finishes transferring.
WebuploadErrorEvent Information about errors during data delivery.
WebuploadHeaderEvent Fired every time a header line comes in.
WebuploadSetCookieEvent Fired for every cookie set by the server.
WebuploadStartTransferEvent Fired when a document starts transferring (after the headers).
WebuploadTransferEvent Fired while a document transfers (delivers document).
WebuploadUploadProgressEvent Fired while the control is uploading files to the URL .
Whois The Whois control allows you to query a WHOIS Server for Domain registration information.
WhoisErrorEvent Information about errors during data delivery.
Xmlp The XMLp control implements a SAX2-compliant XML parser used to parse and verify the structure of XML documents.
XmlpCharactersEvent Fired for plain text segments of the input stream.
XmlpCommentEvent Fired when a comment section is encountered.
XmlpEndElementEvent Fired when an end-element tag is encountered.
XmlpEndPrefixMappingEvent Fired when leaving the scope of a namespace declaration.
XmlpErrorEvent Information about errors during data delivery.
XmlpEvalEntityEvent Fired every time an entity needs to be evaluated.
XmlpIgnorableWhitespaceEvent Fired when a section of ignorable whitespace is encountered.
XmlpMetaEvent Fired when a meta section is encountered.
XmlpPIEvent Fired when a processing instruction section is encountered.
XmlpSpecialSectionEvent Fired when a special section is encountered.
XmlpStartElementEvent Fired when a begin-element tag is encountered in the document.
XmlpStartPrefixMappingEvent Fired when entering the scope of a namespace declaration.
 

Exception Summary
IPWorksException  
 


IP*Works!

Copyright (c) 2001 /n software inc. - All rights reserved.