[Visual Basic]
Public Event DataAvailable As DataAvailableEventHandler
The event handler receives an argument of type DataAvailableEventArgs containing data related to this event. The following DataAvailableEventArgs property provides information specific to this event.
Property | Description |
---|---|
Data | Gets the data from the telnet session. |
TelnetWrapper Class | TelnetWrapper Members | De.Mud.Telnet Namespace