1 write to session
System.ServiceModel (1)
System\ServiceModel\WSHttpBindingBase.cs (1)
215session = new ReliableSessionBindingElement(true);
6 references to session
System.ServiceModel (6)
System\ServiceModel\WSHttpBindingBase.cs (6)
194get { return session; } 220reliableSession = new OptionalReliableSession(session); 256this.session.InactivityTimeout = session.InactivityTimeout; 257this.session.Ordered = session.Ordered; 284if (!this.session.IsMatch(session)) 305bindingElements.Add(session);