1 write to listener
System.ServiceModel (1)
System\ServiceModel\Channels\DatagramAdapter.cs (1)
72this.listener = listener;
3 references to listener
System.ServiceModel (3)
System\ServiceModel\Channels\DatagramAdapter.cs (3)
130while (this.listener.State == CommunicationState.Opened) 137result = this.listener.BeginAcceptChannel(TimeSpan.MaxValue, acceptCallbackDelegate, this); 174channel = this.listener.EndAcceptChannel(result);