2 instantiations of ChannelParameterCollection
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
71
ChannelParameterCollection channelParameterCollection = new
ChannelParameterCollection
();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
714
_channelParameters = new
ChannelParameterCollection
();
15 references to ChannelParameterCollection
dotnet-svcutil-lib (15)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelParameterCollection.cs (2)
36
ChannelParameterCollection
innerCollection = innerChannel.GetProperty<
ChannelParameterCollection
>();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
71
ChannelParameterCollection
channelParameterCollection = new ChannelParameterCollection();
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (6)
363
EndpointAddress target, Uri via,
ChannelParameterCollection
channelParameters)
646
private void CreateAndOpenTokenProvidersCore(EndpointAddress to, Uri via,
ChannelParameterCollection
channelParameters, TimeSpan timeout, out SecurityTokenProviderContainer tokenProvider)
652
internal void CreateAndOpenTokenProviders(EndpointAddress to, Uri via,
ChannelParameterCollection
channelParameters, TimeSpan timeout, out SecurityTokenProviderContainer tokenProvider)
683
private
ChannelParameterCollection
_channelParameters;
696
protected
ChannelParameterCollection
ChannelParameters
706
if (typeof(T) == typeof(
ChannelParameterCollection
))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpsChannelFactory.cs (2)
121
internal SecurityTokenProvider CreateAndOpenCertificateTokenProvider(EndpointAddress target, Uri via,
ChannelParameterCollection
channelParameters, TimeSpan timeout)
134
EndpointAddress to, Uri via,
ChannelParameterCollection
channelParameters, ref TimeoutHelper timeoutHelper)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportSecurityHelpers.cs (4)
147
SecurityTokenManager tokenManager, EndpointAddress target, Uri via, string transportScheme, AuthenticationSchemes authenticationScheme,
ChannelParameterCollection
channelParameters)
185
string transportScheme, AuthenticationSchemes authenticationScheme,
ChannelParameterCollection
channelParameters)
207
SecurityTokenManager tokenManager, EndpointAddress target, Uri via, string transportScheme,
ChannelParameterCollection
channelParameters)
262
ChannelParameterCollection
channelParameters)