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