2 references to CompressionFormatHelper
System.ServiceModel (2)
System\ServiceModel\Configuration\BinaryMessageEncodingElement.cs (1)
52
[ServiceModelEnumValidator(typeof(
CompressionFormatHelper
))]
System\ServiceModel\Configuration\Properties.cs (1)
571
properties.Add(new ConfigurationProperty("compressionFormat", typeof(System.ServiceModel.Channels.CompressionFormat), System.ServiceModel.Channels.CompressionFormat.None, null, new System.ServiceModel.Configuration.ServiceModelEnumValidator(typeof(System.ServiceModel.Channels.
CompressionFormatHelper
)), System.Configuration.ConfigurationPropertyOptions.None));