5 references to ManualAddressing
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
280if ((transportElement != null) && (transportElement.ManualAddressing))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelFactory.cs (2)
145binding.CreateBindingElements().Find<TransportBindingElement>().ManualAddressing) 167binding.CreateBindingElements().Find<TransportBindingElement>().ManualAddressing)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportChannelFactory.cs (1)
27_manualAddressing = bindingElement.ManualAddressing;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
312return transport.ManualAddressing;