forwardLoadDecoderLibrary Property    Table of ContentLocalNetworkInterfaceA Property forward
Handler.LocalNetworkInterface Property
The local network interface that is used to receive UDP multicast packets.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public IPAddress LocalNetworkInterface { get; set; }

Property Value

Type: IPAddress
Remarks
If set to null then all available local network interfaces are used.
See Also