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