2 instantiations of ProbeDuplex11AsyncResult
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\DiscoveryProxy.cs (1)
193
return new
ProbeDuplex11AsyncResult
(request, this, this, callback, state);
System\ServiceModel\Discovery\DiscoveryService.cs (1)
107
return new
ProbeDuplex11AsyncResult
(request, this, null, callback, state);
3 references to ProbeDuplex11AsyncResult
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\DiscoveryProxy.cs (1)
198
ProbeDuplex11AsyncResult
.End(result);
System\ServiceModel\Discovery\DiscoveryService.cs (1)
112
ProbeDuplex11AsyncResult
.End(result);
System\ServiceModel\Discovery\Version11\ProbeDuplex11AsyncResult.cs (1)
22
AsyncResult.End<
ProbeDuplex11AsyncResult
>(result);