1 write to automaticSessionShutdown
System.ServiceModel (1)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
40
set { this.
automaticSessionShutdown
= value; }
2 references to automaticSessionShutdown
System.ServiceModel (2)
System\ServiceModel\CallbackBehaviorAttribute.cs (2)
39
get { return this.
automaticSessionShutdown
; }
187
dispatchRuntime.AutomaticInputSessionShutdown = this.
automaticSessionShutdown
;