32 references to HttpTransportDefaults
dotnet-svcutil-lib (32)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
53
: base(bindingElement, context,
HttpTransportDefaults
.GetDefaultMessageEncoderFactory())
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (24)
44
_allowCookies =
HttpTransportDefaults
.AllowCookies;
45
_authenticationScheme =
HttpTransportDefaults
.AuthenticationScheme;
46
_decompressionEnabled =
HttpTransportDefaults
.DecompressionEnabled;
47
_hostNameComparisonMode =
HttpTransportDefaults
.HostNameComparisonMode;
48
_keepAliveEnabled =
HttpTransportDefaults
.KeepAliveEnabled;
50
_maxPendingAccepts =
HttpTransportDefaults
.DefaultMaxPendingAccepts;
52
_realm =
HttpTransportDefaults
.Realm;
53
_requestInitializationTimeout =
HttpTransportDefaults
.RequestInitializationTimeout;
54
_transferMode =
HttpTransportDefaults
.TransferMode;
55
_unsafeConnectionNtlmAuthentication =
HttpTransportDefaults
.UnsafeConnectionNtlmAuthentication;
56
_useDefaultWebProxy =
HttpTransportDefaults
.UseDefaultWebProxy;
57
_webSocketSettings =
HttpTransportDefaults
.GetDefaultWebSocketTransportSettings();
86
[DefaultValue(
HttpTransportDefaults
.AllowCookies)]
99
[DefaultValue(
HttpTransportDefaults
.AuthenticationScheme)]
113
[DefaultValue(
HttpTransportDefaults
.DecompressionEnabled)]
126
[DefaultValue(
HttpTransportDefaults
.HostNameComparisonMode)]
190
[DefaultValue(
HttpTransportDefaults
.KeepAliveEnabled)]
233
[DefaultValue(
HttpTransportDefaults
.DefaultMaxPendingAccepts)]
248
if (value >
HttpTransportDefaults
.MaxPendingAcceptsUpperLimit)
251
string.Format(SRServiceModel.HttpMaxPendingAcceptsTooLargeError,
HttpTransportDefaults
.MaxPendingAcceptsUpperLimit)));
277
[DefaultValue(
HttpTransportDefaults
.Realm)]
295
[DefaultValue(typeof(TimeSpan),
HttpTransportDefaults
.RequestInitializationTimeoutString)]
321
[DefaultValue(
HttpTransportDefaults
.TransferMode)]
363
[DefaultValue(
HttpTransportDefaults
.UnsafeConnectionNtlmAuthentication)]
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportDefaults.cs (1)
283
return maxPendingAccepts ==
HttpTransportDefaults
.DefaultMaxPendingAccepts ?
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (3)
34
[DefaultValue(
HttpTransportDefaults
.AllowCookies)]
49
[DefaultValue(
HttpTransportDefaults
.HostNameComparisonMode)]
157
[DefaultValue(
HttpTransportDefaults
.TransferMode)]
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpTransportSecurity.cs (1)
14
internal const string DefaultRealm = System.ServiceModel.Channels.
HttpTransportDefaults
.Realm;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBinding.cs (1)
55
[DefaultValue(
HttpTransportDefaults
.AllowCookies)]
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
52
[DefaultValue(
HttpTransportDefaults
.HostNameComparisonMode)]