4 references to OptionalReliableSession
System.ServiceModel (4)
System\ServiceModel\NetHttpBinding.cs (1)
301this.reliableSession = new OptionalReliableSession(this.session);
System\ServiceModel\NetHttpsBinding.cs (1)
203this.reliableSession = new OptionalReliableSession(this.session);
System\ServiceModel\NetTcpBinding.cs (1)
195this.reliableSession = new OptionalReliableSession(session);
System\ServiceModel\WSHttpBindingBase.cs (1)
220reliableSession = new OptionalReliableSession(session);