1 write to channelParameters
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
951this.channelParameters = new ChannelParameterCollection(this);
2 references to channelParameters
System.ServiceModel (2)
System\ServiceModel\Channels\DatagramAdapter.cs (2)
961get { return this.channelParameters; } 1044return (T)(object)this.channelParameters;