IBindingMulticastCapabilities Interfaccia
Definizione
Definisce l'interfaccia facoltativa che un'associazione può implementare per specificare se il servizio che configura ha funzionalità multicast.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
Commenti
Questa classe ha un'unica proprietà che viene utilizzata per indicare se il servizio ha funzionalità multicast o meno.This class has a single property that is use to indicate whether or not the service has multicast capabilities.
Proprietà
IsMulticast |
Ottiene un valore che indica se l'associazione configura il servizio per avere funzionalità multicast.Gets a value that indicates whether the binding configures the service to have multicast capabilities. |