Click or drag to resize

UdpClientMaxPacketSize Property

Gets or sets the maximum expected size for packets being received by this UdpClient.

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

Property Value

Int32
See Also