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