2 implementations of AutomaticInputSessionShutdown
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1383bool IDuplexContextChannel.AutomaticInputSessionShutdown
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
825public bool AutomaticInputSessionShutdown
1 write to AutomaticInputSessionShutdown
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
834((IDuplexContextChannel)_serviceChannel).AutomaticInputSessionShutdown = value;
1 reference to AutomaticInputSessionShutdown
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
829return ((IDuplexContextChannel)_serviceChannel).AutomaticInputSessionShutdown;