2 references to WaitForMessageAsync
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (2)
207
return
WaitForMessageAsync
(timeout).GetAwaiter().GetResult();
212
return
WaitForMessageAsync
(timeout).ToApm(callback, state);