5 references to PeerTransportSecurityElement
System.ServiceModel (5)
System\ServiceModel\Configuration\PeerSecurityElement.cs (2)
27
public
PeerTransportSecurityElement
Transport
29
get { return (
PeerTransportSecurityElement
)base[ConfigurationStrings.Transport]; }
System\ServiceModel\Configuration\PeerTransportSecurityElement.cs (1)
43
internal void CopyFrom(
PeerTransportSecurityElement
security)
System\ServiceModel\Configuration\Properties.cs (1)
2576
properties.Add(new ConfigurationProperty("transport", typeof(System.ServiceModel.Configuration.
PeerTransportSecurityElement
), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\PeerTransportSecuritySettings.cs (1)
30
internal PeerTransportSecuritySettings(
PeerTransportSecurityElement
element)