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