1 write to session
System.ServiceModel (1)
System\ServiceModel\WSDualHttpBinding.cs (1)
218this.session = new ReliableSessionBindingElement(true);
5 references to session
System.ServiceModel (5)
System\ServiceModel\WSDualHttpBinding.cs (5)
224this.reliableSession = new ReliableSession(session); 267this.session.InactivityTimeout = session.InactivityTimeout; 268this.session.Ordered = session.Ordered; 297if (!this.session.IsMatch(session)) 344bindingElements.Add(session);