Delegate UdpClientFactoryDelegate
Creates an instance of a UDP client implementation.
Namespace: DisCatSharp.Net.Udp
Assembly: DisCatSharp.dll
Syntax
public delegate BaseUdpClient UdpClientFactoryDelegate();
Returns
Type | Description |
---|---|
BaseUdpClient | Constructed UDP client implementation. |