14 instantiations of OutWrapper
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
255
var connectionWrapper = new
OutWrapper
<IConnection>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
232
var impersonationLevelWrapper = new
OutWrapper
<TokenImpersonationLevel>();
233
var authenticationLevelWrapper = new
OutWrapper
<AuthenticationLevel>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (1)
568
OutWrapper<SecurityMessageProperty> remoteSecurityWrapper = new
OutWrapper
<SecurityMessageProperty>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeInitiatorBase.cs (1)
91
var remoteSecurityWrapper = new
OutWrapper
<SecurityMessageProperty>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (6)
28
OutWrapper<bool> dummyExtractWindowsGroupClaimsWrapper = new
OutWrapper
<bool>();
29
OutWrapper<bool> allowNtlmWrapper = new
OutWrapper
<bool>();
41
OutWrapper<bool> dummyExtractWindowsGroupClaimsWrapper = new
OutWrapper
<bool>();
64
OutWrapper<TokenImpersonationLevel> dummyImpersonationLevelWrapper = new
OutWrapper
<TokenImpersonationLevel>();
65
OutWrapper<bool> dummyAllowNtlmWrapper = new
OutWrapper
<bool>();
66
OutWrapper<bool> extractGroupsForWindowsAccountsWrapper = new
OutWrapper
<bool>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (3)
295
OutWrapper<TokenImpersonationLevel> impersonationLevelWrapper = new
OutWrapper
<TokenImpersonationLevel>();
296
OutWrapper<bool> allowNtlmWrapper = new
OutWrapper
<bool>();
345
OutWrapper<SecurityMessageProperty> remoteSecurityOut = new
OutWrapper
<SecurityMessageProperty>();
30 references to OutWrapper
dotnet-svcutil-lib (30)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\TaskHelpers.cs (1)
317
public static implicit operator T(
OutWrapper
<T> wrapper)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (2)
255
var
connectionWrapper = new OutWrapper<IConnection>();
559
public static async Task<bool> InitiateUpgradeAsync(StreamUpgradeInitiator upgradeInitiator,
OutWrapper
<IConnection> connectionWrapper,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (2)
232
var
impersonationLevelWrapper = new OutWrapper<TokenImpersonationLevel>();
233
var
authenticationLevelWrapper = new OutWrapper<AuthenticationLevel>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
52
OutWrapper
<TokenImpersonationLevel> impersonationLevelWrapper,
OutWrapper
<AuthenticationLevel> authenticationLevelWrapper,
69
SecurityTokenProviderContainer credentialProvider,
OutWrapper
<TokenImpersonationLevel> impersonationLevelWrapper,
70
OutWrapper
<AuthenticationLevel> authenticationLevelWrapper, CancellationToken cancellationToken)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SslStreamSecurityUpgradeProvider.cs (2)
568
OutWrapper
<SecurityMessageProperty> remoteSecurityWrapper = new OutWrapper<SecurityMessageProperty>();
580
protected override async Task<Stream> OnInitiateUpgradeAsync(Stream stream,
OutWrapper
<SecurityMessageProperty> remoteSecurityWrapper)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\StreamSecurityUpgradeInitiatorBase.cs (2)
91
var
remoteSecurityWrapper = new OutWrapper<SecurityMessageProperty>();
121
protected abstract Task<Stream> OnInitiateUpgradeAsync(Stream stream,
OutWrapper
<SecurityMessageProperty> remoteSecurity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (13)
25
OutWrapper
<TokenImpersonationLevel> impersonationLevelWrapper,
OutWrapper
<AuthenticationLevel> authenticationLevelWrapper,
28
OutWrapper
<bool> dummyExtractWindowsGroupClaimsWrapper = new OutWrapper<bool>();
29
OutWrapper
<bool> allowNtlmWrapper = new OutWrapper<bool>();
39
OutWrapper
<TokenImpersonationLevel> impersonationLevel,
OutWrapper
<bool> allowNtlm, CancellationToken cancellationToken)
41
OutWrapper
<bool> dummyExtractWindowsGroupClaimsWrapper = new OutWrapper<bool>();
64
OutWrapper
<TokenImpersonationLevel> dummyImpersonationLevelWrapper = new OutWrapper<TokenImpersonationLevel>();
65
OutWrapper
<bool> dummyAllowNtlmWrapper = new OutWrapper<bool>();
66
OutWrapper
<bool> extractGroupsForWindowsAccountsWrapper = new OutWrapper<bool>();
88
OutWrapper
<bool> extractGroupsForWindowsAccounts,
89
OutWrapper
<TokenImpersonationLevel> impersonationLevelWrapper,
90
OutWrapper
<bool> allowNtlmWrapper,
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\WindowsStreamSecurityUpgradeProvider.cs (4)
295
OutWrapper
<TokenImpersonationLevel> impersonationLevelWrapper = new OutWrapper<TokenImpersonationLevel>();
296
OutWrapper
<bool> allowNtlmWrapper = new OutWrapper<bool>();
345
OutWrapper
<SecurityMessageProperty> remoteSecurityOut = new OutWrapper<SecurityMessageProperty>();
391
protected override Task<Stream> OnInitiateUpgradeAsync(Stream stream,
OutWrapper
<SecurityMessageProperty> remoteSecurity)