|
UdpClientMaxPacketSize Property
|
Gets or sets the maximum expected size for packets being received by this
UdpClient.
Namespace: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax public int MaxPacketSize { get; set; }
Public Property MaxPacketSize As Integer
Get
Set
public:
property int MaxPacketSize {
int get ();
void set (int value);
}
member MaxPacketSize : int with get, set
function get_MaxPacketSize();
function set_MaxPacketSize(value);
View SourceProperty Value
Int32See Also