5 references to TransferMode
System.ServiceModel (5)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
63this.transferMode = HttpTransportDefaults.TransferMode; 395[DefaultValue(HttpTransportDefaults.TransferMode)]
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
95[ConfigurationProperty(ConfigurationStrings.TransferMode, DefaultValue = HttpTransportDefaults.TransferMode)]
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
139[ConfigurationProperty(ConfigurationStrings.TransferMode, DefaultValue = HttpTransportDefaults.TransferMode)]
System\ServiceModel\HttpBindingBase.cs (1)
193[DefaultValue(HttpTransportDefaults.TransferMode)]