1 write to channel
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
373this.channel = channel;
6 references to channel
System.ServiceModel (6)
System\ServiceModel\Channels\DatagramAdapter.cs (6)
384this.channel.Faulted += DatagramAdapterReceiver.faultedDelegate; 385this.channel.Closed += new EventHandler(this.ClosedCallback); 442if (this.channel.State == CommunicationState.Opened) 450result = this.parent.CallBeginReceive(this.channel, receiveCallbackDelegate, this); 502item = this.parent.CallEndReceive(this.channel, result); 533this.channel.Close();