3 writes to extendedProtectionPolicy
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
68
this.
extendedProtectionPolicy
= ChannelBindingUtility.DefaultPolicy;
94
this.
extendedProtectionPolicy
= elementToBeCloned.ExtendedProtectionPolicy;
201
this.
extendedProtectionPolicy
= value;
1 reference to extendedProtectionPolicy
System.ServiceModel (1)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
185
return this.
extendedProtectionPolicy
;