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