3 references to ComMethodElementCollection
System.ServiceModel (3)
System\ServiceModel\Configuration\ComContractElement.cs (2)
41
public
ComMethodElementCollection
ExposedMethods
43
get { return (
ComMethodElementCollection
)base[ConfigurationStrings.ComMethodCollection]; }
System\ServiceModel\Configuration\Properties.cs (1)
4243
properties.Add(new ConfigurationProperty("exposedMethods", typeof(System.ServiceModel.Configuration.
ComMethodElementCollection
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));