10 references to NFTransportDefaults
System.ServiceModel.NetFramingBase (10)
System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (2)
19
_maxBufferSize =
NFTransportDefaults
.MaxBufferSize;
50
[DefaultValue(
NFTransportDefaults
.MaxBufferSize)]
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
44
MessageEncoderFactory =
NFTransportDefaults
.GetDefaultMessageEncoderFactory();
System\ServiceModel\Channels\SslStreamSecurityBindingElement.cs (4)
20
RequireClientCertificate =
NFTransportDefaults
.RequireClientCertificate;
21
_sslProtocols =
NFTransportDefaults
.SslProtocols;
49
[DefaultValue(
NFTransportDefaults
.RequireClientCertificate)]
52
[DefaultValue(
NFTransportDefaults
.SslProtocols)]
System\ServiceModel\Channels\TransportChannelFactory.cs (1)
15
: this(bindingElement, context,
NFTransportDefaults
.GetDefaultMessageEncoderFactory())
System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
40
(null,
NFTransportDefaults
.ExtractGroupsForWindowsAccounts, TokenImpersonationLevel.Identification, ConnectionOrientedTransportDefaults.AllowNtlm);
System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (1)
29
_extractGroupsForWindowsAccounts =
NFTransportDefaults
.ExtractGroupsForWindowsAccounts;