Click or drag to resize

UdpServerDynamicClientEndPoints Property

Gets or sets a boolean value that determines if UDP server should always send responses to clients on the port that data is received from the client.

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

Property Value

Boolean
See Also