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