IBindingMulticastCapabilities Interface

Definition

Defines the optional interface that a binding can implement to specify whether the service it configures has multicast capabilities.

public interface class IBindingMulticastCapabilities
public interface IBindingMulticastCapabilities
type IBindingMulticastCapabilities = interface
Public Interface IBindingMulticastCapabilities

Remarks

This class has a single property that is use to indicate whether or not the service has multicast capabilities.

Properties

IsMulticast

Gets a value that indicates whether the binding configures the service to have multicast capabilities.

Applies to