Click or drag to resize
UdpNetworkMulticastClientUseThreading Property
Indicates whether to use a dedicated thread for multicast packet processing. Default is false.

Namespace: StreamCoders.Network
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool UseThreading { get; set; }

Property Value

Type: Boolean
Remarks
Using threading can cause vast memory consumption. When enabling this feature, the client application has to make sure to consume packets at the same or higher rate as they arrive on the network interface.
See Also