IBindingMulticastCapabilities Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.