System.Net.Sockets.MulticastOption Members

The members of System.Net.Sockets.MulticastOption are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new version of the System.Net.Sockets.MulticastOption class for the specified IP multicast group.

Initializes a new instance of the System.Net.Sockets.MulticastOption class with the specified IP multicast group address and interface index.

Initializes a new instance of the System.Net.Sockets.MulticastOption class with the specified IP multicast group address and local IP address associated with a network interface.

Public Properties

GroupSystem.Net.IPAddress.

Gets or sets the IP address of a multicast group.

InterfaceIndexint.

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

LocalAddressSystem.Net.IPAddress.

Gets or sets the local address associated with a multicast group.