multicastInterface 属性

  1. @已弃用("此属性未实现。请使用 getRawOption 和 setRawOption 代替。")
NetworkInterface? multicastInterface
getter/setter 对

用于发送多播数据包的网络接口。

值为 null 表示系统选择要使用的网络接口。

默认情况下,此值是 null

实现

@Deprecated("This property is not implemented. Use getRawOption and "
    "setRawOption instead.")
NetworkInterface? multicastInterface;