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