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