2 implementations of AutomaticInputSessionShutdown
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1388bool IDuplexContextChannel.AutomaticInputSessionShutdown
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
810public bool AutomaticInputSessionShutdown
1 write to AutomaticInputSessionShutdown
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
819((IDuplexContextChannel)_serviceChannel).AutomaticInputSessionShutdown = value;
1 reference to AutomaticInputSessionShutdown
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
814return ((IDuplexContextChannel)_serviceChannel).AutomaticInputSessionShutdown;