InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IConnectionSettingsTelnet Interface / TelnetBreak Property


In This Topic
    TelnetBreak Property (IConnectionSettingsTelnet)
    In This Topic
    Gets or sets whether CTRL+BREAK sends the Telnet Break command or the Telnet Interrupt Process command.
    Syntax
    'Declaration
     
    
    Property TelnetBreak As Boolean
    'Usage
     
    
    Dim instance As IConnectionSettingsTelnet
    Dim value As Boolean
     
    instance.TelnetBreak = value
     
    value = instance.TelnetBreak
    bool TelnetBreak {get; set;}

    Property Value

    The default value is false; CTRL+BREAK sends a Telnet Interrupt Process command. This value cannot be changed if the connection is open.
    See Also