2 references to IsMulticast
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (2)
282
behavior.EnableFaults = !this.
IsMulticast
(serviceEndpoint.Binding);
299
endpointDispatcher.ChannelDispatcher.EnableFaults = !this.
IsMulticast
(serviceEndpoint.Binding);