Event fired when options are processed
The event handler receives an argument of type OptionNegotiationEventArgs containing data related to this event. The following OptionNegotiationEventArgs properties provide information specific to this event.
Property | Description |
---|---|
OptionString | Gets the original string containing the encoded options |
OptionTransmission | Gets the direction of the options, being sent or just received |
TranslatedOptions | Gets the human readable version of the OptionString |
Telnet Class | Whisperstream.CommLib.TelnetLib Namespace