Implemented interface member:
property
Name
System.ServiceModel.Configuration.IBindingConfigurationElement.Name
2 writes to Name
System.ServiceModel (2)
System\ServiceModel\Configuration\StandardBindingCollectionElement.cs (1)
64bindingConfig.Name = name;
System\ServiceModel\Configuration\StandardBindingElement.cs (1)
29this.Name = name;
2 references to Name
System.ServiceModel (2)
System\ServiceModel\Configuration\BasicHttpContextBindingElement.cs (1)
60throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.BasicHttpContextBindingRequiresAllowCookie, this.Name, ""));
System\ServiceModel\Configuration\StandardBindingElementCollection.cs (1)
28return configElementKey.Name;