1 type derived from ChannelParameterCollection
System.ServiceModel (1)
System\ServiceModel\Channels\LateBoundChannelParameterCollection.cs (1)
9class LateBoundChannelParameterCollection : ChannelParameterCollection
6 instantiations of ChannelParameterCollection
System.ServiceModel (5)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
297ChannelParameterCollection channelParameterCollection = new ChannelParameterCollection();
System\ServiceModel\Channels\DatagramAdapter.cs (1)
951this.channelParameters = new ChannelParameterCollection(this);
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
954this.channelParameters = new ChannelParameterCollection();
System\ServiceModel\Channels\SecurityChannelFactory.cs (1)
326this.channelParameters = new ChannelParameterCollection(this);
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
449this.channelParameters = new ChannelParameterCollection(this);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
343this.channelParameters = new ChannelParameterCollection();
89 references to ChannelParameterCollection
System.ServiceModel (87)
System\ServiceModel\ChannelFactory.cs (9)
730((IChannel)channel).GetProperty<ChannelParameterCollection>().Add(parameters); 739((IChannel)channel).GetProperty<ChannelParameterCollection>().Add(parameters); 748((IChannel)channel).GetProperty<ChannelParameterCollection>().Add(parameters); 757((IChannel)channel).GetProperty<ChannelParameterCollection>().Add(parameters); 766((IChannel)channel).GetProperty<ChannelParameterCollection>().Add(parameters); 775((IChannel)channel).GetProperty<ChannelParameterCollection>().Add(parameters); 784((IChannel)channel).GetProperty<ChannelParameterCollection>().Add(parameters); 793((IChannel)channel).GetProperty<ChannelParameterCollection>().Add(parameters); 802((IChannel)channel).GetProperty<ChannelParameterCollection>().Add(parameters);
System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
37ChannelParameterCollection innerCollection = innerChannel.GetProperty<ChannelParameterCollection>();
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\ClientWebSocketTransportDuplexSessionChannel.cs (1)
297ChannelParameterCollection channelParameterCollection = new ChannelParameterCollection();
System\ServiceModel\Channels\DatagramAdapter.cs (3)
935ChannelParameterCollection channelParameters; 959protected ChannelParameterCollection ChannelParameters 1042if (typeof(T) == typeof(ChannelParameterCollection))
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\HttpsChannelFactory.cs (2)
185internal SecurityTokenProvider CreateAndOpenCertificateTokenProvider(EndpointAddress target, Uri via, ChannelParameterCollection channelParameters, TimeSpan timeout) 207EndpointAddress to, Uri via, ChannelParameterCollection channelParameters, ref TimeoutHelper timeoutHelper)
System\ServiceModel\Channels\ReliableChannelBinder.cs (5)
66public virtual ChannelParameterCollection ChannelParameters 2190ChannelParameterCollection channelParameters; 2204ChannelParameterCollection channelParameters, 2572ChannelParameterCollection channelParameters; 2582ChannelParameterCollection channelParameters)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (2)
1460ChannelParameterCollection channelParameters; 1483if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (2)
14ChannelParameterCollection channelParameters; 180if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (2)
14ChannelParameterCollection channelParameters; 200if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Channels\SecurityChannelFactory.cs (2)
317ChannelParameterCollection channelParameters; 413if (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)
System\ServiceModel\Security\AcceleratedTokenProvider.cs (4)
25ChannelParameterCollection channelParameters; 83public ChannelParameterCollection ChannelParameters 212ChannelParameterCollection newParameters = result.GetProperty<ChannelParameterCollection>();
System\ServiceModel\Security\ClientCredentialsSecurityTokenManager.cs (14)
70ChannelParameterCollection parameters; 71if (initiatorRequirement.TryGetProperty<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out parameters)) 134ChannelParameterCollection parameters; 135if (initiatorRequirement.TryGetProperty<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out parameters)) 152ChannelParameterCollection parameters; 153if (initiatorRequirement.TryGetProperty<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out parameters)) 163ChannelParameterCollection channelParameters; 164if (initiatorRequirement.TryGetProperty<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out channelParameters)) 230ChannelParameterCollection channelParameters = initiatorRequirement.GetPropertyOrDefault<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, null); 509ChannelParameterCollection channelParameters; 510if (initiatorRequirement.TryGetProperty<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out channelParameters)) 787ChannelParameterCollection channelParameterCollection = null; 788if (tokenRequirement.TryGetProperty<ChannelParameterCollection>(
System\ServiceModel\Security\InfoCardHelper.cs (2)
72ChannelParameterCollection channelParameter; 74if (tokenRequirement.TryGetProperty<ChannelParameterCollection>(ServiceModelSecurityTokenRequirement.ChannelParametersCollectionProperty, out channelParameter))
System\ServiceModel\Security\InfocardInteractiveChannelInitializer.cs (2)
135ChannelParameterCollection channelParameters = 136proxy.GetProperty<ChannelParameterCollection>();
System\ServiceModel\Security\SecurityProtocol.cs (2)
41ChannelParameterCollection channelParameters; 99public ChannelParameterCollection ChannelParameters
System\ServiceModel\Security\SecuritySessionClientSettings.cs (2)
419ChannelParameterCollection channelParameters; 539if (typeof(T) == typeof(ChannelParameterCollection))
System\ServiceModel\Security\SecuritySessionSecurityTokenProvider.cs (4)
44ChannelParameterCollection channelParameters; 214public ChannelParameterCollection ChannelParameters 515ChannelParameterCollection newParameters = channel.GetProperty<ChannelParameterCollection>();
System\ServiceModel\Security\Tokens\IssuedSecurityTokenProvider.cs (7)
259internal ChannelParameterCollection ChannelParameters 509ChannelParameterCollection channelParameters; 570public ChannelParameterCollection ChannelParameters 795ChannelParameterCollection newParameters = result.GetProperty<ChannelParameterCollection>(); 801ReplaceSspiIssuanceChannelParameter(result.GetProperty<ChannelParameterCollection>(), new SspiIssuanceChannelParameter(true, this.credentialsHandle)); 806void ReplaceSspiIssuanceChannelParameter( ChannelParameterCollection channelParameters, SspiIssuanceChannelParameter sicp )
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelFactory.cs (2)
278ChannelParameterCollection channelParameters; 335if (typeof(T) == typeof(ChannelParameterCollection))