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