MulticastOption::InterfaceIndex Property

 

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

Namespace:   System.Net.Sockets
Assembly:  System (in System.dll)

public:
property int InterfaceIndex {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

An integer that represents the index of a NetworkInterface array element.

.NET Framework
Available since 2.0
Return to top
Show: