3 writes to ManualAddressing
System.ServiceModel (3)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1226endpointDispatcher.ChannelDispatcher.ManualAddressing = this.IsManualAddressing(serviceEndpoint.Binding);
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
993channelDispatcher.ManualAddressing = true;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1182channelDispatcher.ManualAddressing = true;
2 references to ManualAddressing
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
106this.isManualAddressing = channelDispatcher.ManualAddressing;
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
652return (channelDispatcher != null) && channelDispatcher.ManualAddressing;