Click or drag to resize

TcpClientNoDelay Property

Gets or sets a boolean value that determines if small packets are delivered to the remote host without delay.

Namespace: GSF.Communication
Assembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.181-beta
Syntax
[DefaultValueAttribute(false)]
public bool NoDelay { get; set; }
View Source

Property Value

Boolean
See Also