multicastInterface property
- @Deprecated("This property is not implemented. Use getRawOption and " "setRawOption instead.")
 
getter/setter pair
      The network interface used for outgoing multicast packages.
A value of null indicate that the system chooses the network
interface to use.
By default this value is null
Implementation
@Deprecated(
  "This property is not implemented. Use getRawOption and "
  "setRawOption instead.",
)
NetworkInterface? multicastInterface;