4 writes to transportSecurity
System.ServiceModel (4)
System\ServiceModel\PeerSecuritySettings.cs (4)
23
transportSecurity
= new PeerTransportSecuritySettings();
29
this.
transportSecurity
= new PeerTransportSecuritySettings(other.transportSecurity);
35
transportSecurity
= new PeerTransportSecuritySettings(element.Transport);
54
set { this.
transportSecurity
= value; }
4 references to transportSecurity
System.ServiceModel (4)
System\ServiceModel\PeerSecuritySettings.cs (4)
29
this.transportSecurity = new PeerTransportSecuritySettings(other.
transportSecurity
);
53
get { return this.
transportSecurity
; }
106
transportSecurity
.OnImportPolicy(importer, context);
136
transportSecurity
.OnExportPolicy(exporter, context);