9 references to HttpTransportSecurityElement
System.ServiceModel (6)
System\ServiceModel\Configuration\BasicHttpSecurityElement.cs (2)
27
public
HttpTransportSecurityElement
Transport
29
get { return (
HttpTransportSecurityElement
)base[ConfigurationStrings.Transport]; }
System\ServiceModel\Configuration\BasicHttpsSecurityElement.cs (2)
21
public
HttpTransportSecurityElement
Transport
23
get { return (
HttpTransportSecurityElement
)base[ConfigurationStrings.Transport]; }
System\ServiceModel\Configuration\Properties.cs (2)
466
properties.Add(new ConfigurationProperty("transport", typeof(System.ServiceModel.Configuration.
HttpTransportSecurityElement
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
517
properties.Add(new ConfigurationProperty("transport", typeof(System.ServiceModel.Configuration.
HttpTransportSecurityElement
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System.ServiceModel.Web (3)
System\ServiceModel\Configuration\WebHttpSecurityElement.cs (3)
25
public
HttpTransportSecurityElement
Transport
27
get { return (
HttpTransportSecurityElement
)base[ConfigurationStrings.Transport]; }
38
properties.Add(new ConfigurationProperty("transport", typeof(
HttpTransportSecurityElement
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));