Property UdpClientFactory
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
UdpClientFactory
Sets the factory method used to create instances of UDP clients.
Use DisCatSharp.Net.Udp.DcsUdpClient.CreateNew() and equivalents on other implementations to switch out client implementations.
Defaults to DisCatSharp.Net.Udp.DcsUdpClient.CreateNew().
public UdpClientFactoryDelegate UdpClientFactory { set; }