1 write to AllowInsecureTransport
System.ServiceModel (1)
System\ServiceModel\Configuration\SecurityElementBase.cs (1)
262
this.
AllowInsecureTransport
= source.AllowInsecureTransport;
2 references to AllowInsecureTransport
System.ServiceModel (2)
System\ServiceModel\Configuration\SecurityElementBase.cs (2)
190
sbe.AllowInsecureTransport = this.
AllowInsecureTransport
;
262
this.AllowInsecureTransport = source.
AllowInsecureTransport
;