31 references to HttpTransportDefaults
System.ServiceModel.Http (31)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
46
: base(bindingElement, context,
HttpTransportDefaults
.GetDefaultMessageEncoderFactory())
System\ServiceModel\Channels\HttpTransportBindingElement.cs (21)
33
AllowCookies =
HttpTransportDefaults
.AllowCookies;
34
AuthenticationScheme =
HttpTransportDefaults
.AuthenticationScheme;
35
BypassProxyOnLocal =
HttpTransportDefaults
.BypassProxyOnLocal;
36
DecompressionEnabled =
HttpTransportDefaults
.DecompressionEnabled;
37
KeepAliveEnabled =
HttpTransportDefaults
.KeepAliveEnabled;
40
_proxyAuthenticationScheme =
HttpTransportDefaults
.ProxyAuthenticationScheme;
41
Proxy =
HttpTransportDefaults
.Proxy;
42
ProxyAddress =
HttpTransportDefaults
.ProxyAddress;
43
_transferMode =
HttpTransportDefaults
.TransferMode;
44
_useDefaultWebProxy =
HttpTransportDefaults
.UseDefaultWebProxy;
45
_webSocketSettings =
HttpTransportDefaults
.GetDefaultWebSocketTransportSettings();
69
[DefaultValue(
HttpTransportDefaults
.AllowCookies)]
72
[DefaultValue(
HttpTransportDefaults
.AuthenticationScheme)]
75
[DefaultValue(
HttpTransportDefaults
.BypassProxyOnLocal)]
78
[DefaultValue(
HttpTransportDefaults
.DecompressionEnabled)]
117
[DefaultValue(
HttpTransportDefaults
.KeepAliveEnabled)]
156
[DefaultValue(
HttpTransportDefaults
.Proxy)]
159
[DefaultValue(
HttpTransportDefaults
.ProxyAddress)]
163
[DefaultValue(
HttpTransportDefaults
.ProxyAuthenticationScheme)]
187
[DefaultValue(
HttpTransportDefaults
.TransferMode)]
225
[DefaultValue(
HttpTransportDefaults
.UseDefaultWebProxy)]
System\ServiceModel\HttpBindingBase.cs (5)
33
[DefaultValue(
HttpTransportDefaults
.AllowCookies)]
48
[DefaultValue(
HttpTransportDefaults
.BypassProxyOnLocal)]
109
[DefaultValue(
HttpTransportDefaults
.ProxyAddress)]
173
[DefaultValue(
HttpTransportDefaults
.TransferMode)]
188
[DefaultValue(
HttpTransportDefaults
.UseDefaultWebProxy)]
System\ServiceModel\WSHttpBinding.cs (1)
30
[DefaultValue(
HttpTransportDefaults
.AllowCookies)]
System\ServiceModel\WSHttpBindingBase.cs (3)
29
[DefaultValue(
HttpTransportDefaults
.BypassProxyOnLocal)]
84
[DefaultValue(
HttpTransportDefaults
.ProxyAddress)]
141
[DefaultValue(
HttpTransportDefaults
.UseDefaultWebProxy)]