MulticastOption.InterfaceIndex Property

Definition

Gets or sets the index of the interface that's used to send and receive multicast packets.

public:
 property int InterfaceIndex { int get(); void set(int value); };
public int InterfaceIndex { get; set; }
member this.InterfaceIndex : int with get, set
Public Property InterfaceIndex As Integer

Property Value

The index of a NetworkInterface array element.

Applies to