Click or drag to resize

ServerChannelIdleTimeout Property

Gets or sets the idle timeout of this server channel (milliseconds).

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public int IdleTimeout { get; set; }

Property Value

Type: Int32
The idle timeout of this server channel (milliseconds).
See Also