Whisperstream Research Group - CommLib Documentation

Telnet.OnOptionNegotiation Event

Event fired when options are processed

public event OptionNegotiationHandler OnOptionNegotiation;

Event Data

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.

PropertyDescription
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

See Also

Telnet Class | Whisperstream.CommLib.TelnetLib Namespace