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