2 types derived from ProbeRequestResponseAsyncResult
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\Version11\ProbeRequestResponse11AsyncResult.cs (1)
10
sealed class ProbeRequestResponse11AsyncResult :
ProbeRequestResponseAsyncResult
<ProbeMessage11, ProbeMatchesMessage11>
System\ServiceModel\Discovery\VersionCD1\ProbeRequestResponseCD1AsyncResult.cs (1)
10
sealed class ProbeRequestResponseCD1AsyncResult :
ProbeRequestResponseAsyncResult
<ProbeMessageCD1, ProbeMatchesMessageCD1>
4 references to ProbeRequestResponseAsyncResult
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\ProbeRequestResponseAsyncResult.cs (4)
80
ProbeRequestResponseAsyncResult
<TProbeMessage, TResponseMessage> thisPtr =
81
(
ProbeRequestResponseAsyncResult
<TProbeMessage, TResponseMessage>)result.AsyncState;
120
readonly
ProbeRequestResponseAsyncResult
<TProbeMessage, TResponseMessage> probeRequestResponseAsyncResult;
124
ProbeRequestResponseAsyncResult
<TProbeMessage, TResponseMessage> probeRequestResponseAsyncResult)