2 references to IsMulticast
System.ServiceModel (2)
System\ServiceModel\Description\DispatcherBuilder.cs (2)
1210
behavior.EnableFaults = !this.
IsMulticast
(serviceEndpoint.Binding);
1227
endpointDispatcher.ChannelDispatcher.EnableFaults = !this.
IsMulticast
(serviceEndpoint.Binding);