2 implementations of AutomaticInputSessionShutdown
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1383
bool IDuplexContextChannel.
AutomaticInputSessionShutdown
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
825
public 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)
829
return ((IDuplexContextChannel)_serviceChannel).
AutomaticInputSessionShutdown
;