1 write to continueReceivingCallback
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (1)
107this.continueReceivingCallback = new Action<object>(ContinueReceiving);
1 reference to continueReceivingCallback
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\UdpSocketReceiveManager.cs (1)
321ActionItem.Schedule(this.continueReceivingCallback, socket);