'Declaration
Public Enum KeepAlivePacketsOption Inherits System.Enum
'Usage
Dim instance As KeepAlivePacketsOption
public enum KeepAlivePacketsOption : System.Enum
'Declaration
Public Enum KeepAlivePacketsOption Inherits System.Enum
'Usage
Dim instance As KeepAlivePacketsOption
public enum KeepAlivePacketsOption : System.Enum
Member | Description |
---|---|
KeepAliveNone | No keep alive packets are sent to the host. |
KeepAliveNOP | A No Operation (NOP) command is periodically sent to the host. The gateway and host are not required to respond to these commands, but the TCP/IP stack can detect if there was a problem delivering the packet. Use KeepAliveTimeout to control the interval between requests. |
KeepAliveSystem | The TCP/IP stack keeps track of the host connection. This value requires less system resources than KeepAliveTimingMark or KeepAliveNOP, but most TCP/IP stacks send Keep Alive packets infrequently. |
KeepAliveTimingMark | A Timing Mark Command is periodically sent to the host to determine if the connection is still active. The gateway or host should respond to these commands. If Reflection does not receive a response or there is an error sending the packet, it shuts down the connection. Use KeepAliveTimeout to control the interval between requests. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.KeepAlivePacketsOption