Click or drag to resize

UdpClientMaxSendQueueSize Property

Gets or sets the maximum size for the send queue before payloads are dumped from the queue.

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

Property Value

Int32
See Also