2 implementations of AutomaticInputSessionShutdown
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1388
bool IDuplexContextChannel.
AutomaticInputSessionShutdown
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
810
public 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)
814
return ((IDuplexContextChannel)_serviceChannel).
AutomaticInputSessionShutdown
;