wodTelnetDLX ActiveX Control - wodTelnetNotify Object
    
 
Description

wodTelnetNotify Class


Remarks

IwodTelnetNotify interface is a fast notifications interface you should implement in your application if you want it to "take over" events. When implemented, and wodTelnetDLX.Notification property is set to the instance of object that implements this interface, wodTelnetDLXCom will call above methods instead of firing it's events. As you can see - each event has corresponding notification method (callback).


Members
Methods
Connected Called when wodTelnetDLX connects to remote server.
Disconnected Called when wodTelnetDLX disconnects from server.
HostCertificate Called when remote server provides its certificate.
HostFingerprint Called when remote server provides public key fingerprint information.
PromptReceived Called when command prompt string is received.
Received Called when there is data to be received.
StateChange Called when wodTelnetDLX changes its state.
TransferEnd Called when file transfer ends.
TransferProgress Called during file transfer.
TransferStart Called when file transfer starts.