45 references to HttpTransportDefaults
System.ServiceModel.Http (45)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
46
: base(bindingElement, context,
HttpTransportDefaults
.GetDefaultMessageEncoderFactory())
System\ServiceModel\Channels\HttpTransportBindingElement.cs (33)
37
AllowCookies =
HttpTransportDefaults
.AllowCookies;
38
AuthenticationScheme =
HttpTransportDefaults
.AuthenticationScheme;
39
BypassProxyOnLocal =
HttpTransportDefaults
.BypassProxyOnLocal;
40
DecompressionEnabled =
HttpTransportDefaults
.DecompressionEnabled;
41
_hostNameComparisonMode =
HttpTransportDefaults
.HostNameComparisonMode;
42
KeepAliveEnabled =
HttpTransportDefaults
.KeepAliveEnabled;
44
_maxPendingAccepts =
HttpTransportDefaults
.DefaultMaxPendingAccepts;
46
_proxyAuthenticationScheme =
HttpTransportDefaults
.ProxyAuthenticationScheme;
47
Proxy =
HttpTransportDefaults
.Proxy;
48
ProxyAddress =
HttpTransportDefaults
.ProxyAddress;
49
_realm =
HttpTransportDefaults
.Realm;
50
_requestInitializationTimeout =
HttpTransportDefaults
.RequestInitializationTimeout;
51
_transferMode =
HttpTransportDefaults
.TransferMode;
52
UnsafeConnectionNtlmAuthentication =
HttpTransportDefaults
.UnsafeConnectionNtlmAuthentication;
53
_useDefaultWebProxy =
HttpTransportDefaults
.UseDefaultWebProxy;
54
_webSocketSettings =
HttpTransportDefaults
.GetDefaultWebSocketTransportSettings();
84
[DefaultValue(
HttpTransportDefaults
.AllowCookies)]
87
[DefaultValue(
HttpTransportDefaults
.AuthenticationScheme)]
90
[DefaultValue(
HttpTransportDefaults
.BypassProxyOnLocal)]
93
[DefaultValue(
HttpTransportDefaults
.DecompressionEnabled)]
96
[DefaultValue(
HttpTransportDefaults
.HostNameComparisonMode)]
148
[DefaultValue(
HttpTransportDefaults
.KeepAliveEnabled)]
187
[DefaultValue(
HttpTransportDefaults
.DefaultMaxPendingAccepts)]
202
if (value >
HttpTransportDefaults
.MaxPendingAcceptsUpperLimit)
205
SR.Format(SR.HttpMaxPendingAcceptsTooLargeError,
HttpTransportDefaults
.MaxPendingAcceptsUpperLimit)));
227
[DefaultValue(
HttpTransportDefaults
.Proxy)]
230
[DefaultValue(
HttpTransportDefaults
.ProxyAddress)]
234
[DefaultValue(
HttpTransportDefaults
.ProxyAuthenticationScheme)]
254
[DefaultValue(
HttpTransportDefaults
.Realm)]
267
[DefaultValue(typeof(TimeSpan),
HttpTransportDefaults
.RequestInitializationTimeoutString)]
293
[DefaultValue(
HttpTransportDefaults
.TransferMode)]
331
[DefaultValue(
HttpTransportDefaults
.UnsafeConnectionNtlmAuthentication)]
334
[DefaultValue(
HttpTransportDefaults
.UseDefaultWebProxy)]
System\ServiceModel\HttpBindingBase.cs (6)
33
[DefaultValue(
HttpTransportDefaults
.AllowCookies)]
48
[DefaultValue(
HttpTransportDefaults
.BypassProxyOnLocal)]
63
[DefaultValue(
HttpTransportDefaults
.HostNameComparisonMode)]
124
[DefaultValue(
HttpTransportDefaults
.ProxyAddress)]
188
[DefaultValue(
HttpTransportDefaults
.TransferMode)]
203
[DefaultValue(
HttpTransportDefaults
.UseDefaultWebProxy)]
System\ServiceModel\HttpTransportSecurity.cs (1)
15
internal const string DefaultRealm =
HttpTransportDefaults
.Realm;
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)]