System\ServiceModel\Channels\ClientReliableChannelBinder.cs (10)
17ChannelParameterCollection channelParameters;
23MaskingMode maskingMode, TolerateFaultsMode faultMode, ChannelParameterCollection channelParameters,
59public override ChannelParameterCollection ChannelParameters
127ChannelParameterCollection channelParameters,
324ChannelParameterCollection channelParameters,
414ChannelParameterCollection channelParameters,
445ChannelParameterCollection channelParameters,
502ChannelParameterCollection channelParameters,
672ChannelParameterCollection channelParameters,
703ChannelParameterCollection channelParameters,
System\ServiceModel\Channels\HttpChannelFactory.cs (6)
394EndpointAddress target, Uri via, ChannelParameterCollection channelParameters)
856void CreateAndOpenTokenProvidersCore(EndpointAddress to, Uri via, ChannelParameterCollection channelParameters, TimeSpan timeout, out SecurityTokenProviderContainer tokenProvider, out SecurityTokenProviderContainer proxyTokenProvider)
870internal void CreateAndOpenTokenProviders(EndpointAddress to, Uri via, ChannelParameterCollection channelParameters, TimeSpan timeout, out SecurityTokenProviderContainer tokenProvider, out SecurityTokenProviderContainer proxyTokenProvider)
918ChannelParameterCollection channelParameters;
936protected ChannelParameterCollection ChannelParameters
946if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Channels\TransportSecurityHelpers.cs (4)
365SecurityTokenManager tokenManager, EndpointAddress target, Uri via, string transportScheme, AuthenticationSchemes authenticationScheme, ChannelParameterCollection channelParameters)
406string transportScheme, AuthenticationSchemes authenticationScheme, ChannelParameterCollection channelParameters)
440SecurityTokenManager tokenManager, EndpointAddress target, Uri via, string transportScheme, ChannelParameterCollection channelParameters)
520ChannelParameterCollection channelParameters)