1 write to automaticSessionShutdown
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
89set { this.automaticSessionShutdown = value; }
2 references to automaticSessionShutdown
System.ServiceModel (2)
System\ServiceModel\ServiceBehaviorAttribute.cs (2)
88get { return this.automaticSessionShutdown; } 385behavior.AutomaticInputSessionShutdown = this.automaticSessionShutdown;