3 references to TcpTransportSecurityElement
System.ServiceModel (3)
System\ServiceModel\Configuration\NetTcpSecurityElement.cs (2)
27
public
TcpTransportSecurityElement
Transport
29
get { return (
TcpTransportSecurityElement
)base[ConfigurationStrings.Transport]; }
System\ServiceModel\Configuration\Properties.cs (1)
2445
properties.Add(new ConfigurationProperty("transport", typeof(System.ServiceModel.Configuration.
TcpTransportSecurityElement
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));