3 writes to autoClose
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
96
this.
autoClose
= dispatch.AutomaticInputSessionShutdown;
119
this.
autoClose
= endpointDispatcher.DispatchRuntime.AutomaticInputSessionShutdown;
1602
set { this.
autoClose
= value; }
3 references to autoClose
System.ServiceModel (3)
System\ServiceModel\Channels\ServiceChannel.cs (3)
888
if (updatedActivityCount == 0 && this.
autoClose
)
1238
if (this.
autoClose
&& !this.IsClient)
1601
get { return this.
autoClose
; }