Base:
property
Properties
System.ServiceModel.Configuration.StandardBindingElement.Properties
1 override of Properties
System.ServiceModel (1)
System\ServiceModel\Configuration\Properties.cs (1)
162protected override ConfigurationPropertyCollection Properties
3 references to Properties
System.ServiceModel (3)
System\ServiceModel\Configuration\NetTcpBindingElement.cs (2)
142ConfigurationProperty maxConnectionsProperty = this.Properties[ConfigurationStrings.MaxConnections]; 148ConfigurationProperty listenBacklogProperty = this.Properties[ConfigurationStrings.ListenBacklog];
System\ServiceModel\Configuration\Properties.cs (1)
168ConfigurationPropertyCollection properties = base.Properties;