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