UdpTransportSettingsElement::MulticastInterfaceId Property

.NET Framework (current version)
 

Gets or sets the value of the MulticastInterfaceId property in a UDP transport configuration element.

Namespace:   System.ServiceModel.Discovery.Configuration
Assembly:  System.ServiceModel.Discovery (in System.ServiceModel.Discovery.dll)

public:
[ConfigurationPropertyAttribute("multicastInterfaceId")]
property String^ MulticastInterfaceId {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The network adapter that is used when sending and receiving multicast traffic on multi-honed machines.

.NET Framework
Available since 4.0
Return to top
Show: