1 type derived from ChannelParameterCollection
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\LateBoundChannelParameterCollection.cs (1)
7internal class LateBoundChannelParameterCollection : ChannelParameterCollection
4 instantiations of ChannelParameterCollection
System.ServiceModel.Http (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
141ChannelParameterCollection channelParameterCollection = new ChannelParameterCollection();
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
812ChannelParameters = new ChannelParameterCollection();
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
258_channelParameters = new ChannelParameterCollection(this);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
318_channelParameters = new ChannelParameterCollection(this);
46 references to ChannelParameterCollection
System.ServiceModel (1)
netstandard.cs (1)
44[assembly: TypeForwardedTo(typeof(ChannelParameterCollection))]
System.ServiceModel.Http (8)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
141ChannelParameterCollection channelParameterCollection = new ChannelParameterCollection();
System\ServiceModel\Channels\HttpChannelFactory.cs (5)
445EndpointAddress target, Uri via, ChannelParameterCollection channelParameters) 742private async Task<(SecurityTokenProviderContainer tokenProvider, SecurityTokenProviderContainer proxyTokenProvider)> CreateAndOpenTokenProvidersCoreAsync(EndpointAddress to, Uri via, ChannelParameterCollection channelParameters, TimeSpan timeout) 759internal Task<(SecurityTokenProviderContainer tokenProvider, SecurityTokenProviderContainer proxyTokenProvider)> CreateAndOpenTokenProvidersAsync(EndpointAddress to, Uri via, ChannelParameterCollection channelParameters, TimeSpan timeout) 800protected ChannelParameterCollection ChannelParameters { get; private set; } 804if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
153internal async Task<SecurityTokenProvider> CreateAndOpenCertificateTokenProviderAsync(EndpointAddress target, Uri via, ChannelParameterCollection channelParameters, TimeSpan timeout) 167EndpointAddress to, Uri via, ChannelParameterCollection channelParameters, TimeoutHelper timeoutHelper)
System.ServiceModel.Primitives (37)
System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
37ChannelParameterCollection innerCollection = innerChannel.GetProperty<ChannelParameterCollection>();
System\ServiceModel\Channels\ClientReliableChannelBinder.cs (10)
16private ChannelParameterCollection _channelParameters; 21MaskingMode maskingMode, TolerateFaultsMode faultMode, ChannelParameterCollection channelParameters, 52public override ChannelParameterCollection ChannelParameters 80ChannelParameterCollection channelParameters, 229ChannelParameterCollection channelParameters, 313ChannelParameterCollection channelParameters, 344ChannelParameterCollection channelParameters, 388ChannelParameterCollection channelParameters, 490ChannelParameterCollection channelParameters, 521ChannelParameterCollection channelParameters,
System\ServiceModel\Channels\ClientReliableDuplexSessionChannel.cs (2)
1074private ChannelParameterCollection _channelParameters; 1096if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Channels\ReliableChannelBinder.cs (3)
61public virtual ChannelParameterCollection ChannelParameters 1710private ChannelParameterCollection _channelParameters; 1719ChannelParameterCollection channelParameters)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
14private ChannelParameterCollection _channelParameters; 154if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
15private ChannelParameterCollection channelParameters; 157if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
249private ChannelParameterCollection _channelParameters; 326if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Channels\TransportSecurityHelpers.cs (4)
77SecurityTokenManager tokenManager, EndpointAddress target, Uri via, string transportScheme, AuthenticationSchemes authenticationScheme, ChannelParameterCollection channelParameters) 95string transportScheme, AuthenticationSchemes authenticationScheme, ChannelParameterCollection channelParameters) 117SecurityTokenManager tokenManager, EndpointAddress target, Uri via, string transportScheme, ChannelParameterCollection channelParameters) 172ChannelParameterCollection channelParameters)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (2)
22private ChannelParameterCollection _channelParameters; 57public ChannelParameterCollection ChannelParameters
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (2)
202ChannelParameterCollection channelParameters = initiatorRequirement.GetPropertyOrDefault<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, null);
System\ServiceModel\Security\SecurityProtocol.cs (2)
32private ChannelParameterCollection _channelParameters; 66public ChannelParameterCollection ChannelParameters
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
292private ChannelParameterCollection _channelParameters; 378if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (2)
41private ChannelParameterCollection _channelParameters; 188public ChannelParameterCollection ChannelParameters