12 references to StandardBindingOptionalReliableSessionElement
System.ServiceModel (12)
System\ServiceModel\Configuration\NetHttpBindingElement.cs (2)
37public StandardBindingOptionalReliableSessionElement ReliableSession 39get { return (StandardBindingOptionalReliableSessionElement)base[ConfigurationStrings.ReliableSession]; }
System\ServiceModel\Configuration\NetHttpsBindingElement.cs (2)
37public StandardBindingOptionalReliableSessionElement ReliableSession 39get { return (StandardBindingOptionalReliableSessionElement)base[ConfigurationStrings.ReliableSession]; }
System\ServiceModel\Configuration\NetTcpBindingElement.cs (2)
118public StandardBindingOptionalReliableSessionElement ReliableSession 120get { return (StandardBindingOptionalReliableSessionElement)base[ConfigurationStrings.ReliableSession]; }
System\ServiceModel\Configuration\Properties.cs (4)
2157properties.Add(new ConfigurationProperty("reliableSession", typeof(System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 2184properties.Add(new ConfigurationProperty("reliableSession", typeof(System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 2419properties.Add(new ConfigurationProperty("reliableSession", typeof(System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None)); 2737properties.Add(new ConfigurationProperty("reliableSession", typeof(System.ServiceModel.Configuration.StandardBindingOptionalReliableSessionElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (2)
87public StandardBindingOptionalReliableSessionElement ReliableSession 89get { return (StandardBindingOptionalReliableSessionElement)base[ConfigurationStrings.ReliableSession]; }