1 write to onStartReceiving
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (1)
122
this.
onStartReceiving
= new Action<object>(OnStartReceiving);
2 references to onStartReceiving
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (2)
120
if (this.
onStartReceiving
== null)
125
ActionItem.Schedule(this.
onStartReceiving
, this);