16 writes to Value
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs (1)
312Value = default(T);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
256connectionWrapper.Value = connection; 586connectionWrapper.Value = connection;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (5)
55impersonationLevelWrapper.Value = TokenImpersonationLevel.None; 56authenticationLevelWrapper.Value = AuthenticationLevel.None; 72impersonationLevelWrapper.Value = TokenImpersonationLevel.None; 73authenticationLevelWrapper.Value = AuthenticationLevel.None; 81impersonationLevelWrapper.Value = TokenImpersonationLevel.Delegation;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
619remoteSecurityWrapper.Value = _serverSecurity;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (7)
32authenticationLevelWrapper.Value = allowNtlmWrapper.Value ? 94extractGroupsForWindowsAccounts.Value = TransportDefaults.ExtractGroupsForWindowsAccounts; 95impersonationLevelWrapper.Value = TokenImpersonationLevel.Identification; 96allowNtlmWrapper.Value = ConnectionOrientedTransportDefaults.AllowNtlm; 103extractGroupsForWindowsAccounts.Value = token.ExtractGroupsForWindowsAccounts; 104impersonationLevelWrapper.Value = token.ImpersonationLevel; 105allowNtlmWrapper.Value = token.AllowNtlm;
10 references to Value
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs (1)
319return wrapper.Value;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
258connection = connectionWrapper.Value; 562IConnection connection = connectionWrapper.Value;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
237return GetHttpClient(to, credential, impersonationLevelWrapper.Value, authenticationLevelWrapper.Value,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
97if (authenticationLevelWrapper.Value == AuthenticationLevel.MutualAuthRequired)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
570remoteSecurity = remoteSecurityWrapper.Value;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (1)
32authenticationLevelWrapper.Value = allowNtlmWrapper.Value ?
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (2)
305_impersonationLevel = impersonationLevelWrapper.Value; 348remoteSecurity = remoteSecurityOut.Value;