1 write to channelParameters
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpChannelFactory.cs (1)
343this.channelParameters = new ChannelParameterCollection();
2 references to channelParameters
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpChannelFactory.cs (2)
341if (this.channelParameters == null) 347return (T)(object)this.channelParameters;