3 references to ChannelParameterCollection
System.ServiceModel (2)
System\ServiceModel\Channels\ClientWebSocketTransportDuplexSessionChannel.cs (1)
297
ChannelParameterCollection channelParameterCollection = new
ChannelParameterCollection
();
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
954
this.channelParameters = new
ChannelParameterCollection
();
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
343
this.channelParameters = new
ChannelParameterCollection
();