Click or drag to resize

UdpServerClientIdentificationMode Property

Gets or sets the mode by which the UDP server will identify its clients when receiving messages.

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

Property Value

ClientIdentificationMode
See Also