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().
[Deprecated("Use Gateway.UdpClientFactory instead. This property will be removed in a future version.")]
public UdpClientFactoryDelegate UdpClientFactory { set; }