3 types derived from ProbeDuplexAsyncResult
System.ServiceModel.Discovery (3)
System\ServiceModel\Discovery\Version11\ProbeDuplex11AsyncResult.cs (1)
9
sealed class ProbeDuplex11AsyncResult :
ProbeDuplexAsyncResult
<ProbeMessage11, IDiscoveryResponseContract11>
System\ServiceModel\Discovery\VersionApril2005\ProbeDuplexApril2005AsyncResult.cs (1)
9
sealed class ProbeDuplexApril2005AsyncResult :
ProbeDuplexAsyncResult
<ProbeMessageApril2005, IDiscoveryResponseContractApril2005>
System\ServiceModel\Discovery\VersionCD1\ProbeDuplexCD1AsyncResult.cs (1)
9
sealed class ProbeDuplexCD1AsyncResult :
ProbeDuplexAsyncResult
<ProbeMessageCD1, IDiscoveryResponseContractCD1>
12 references to ProbeDuplexAsyncResult
System.ServiceModel.Discovery (12)
System\ServiceModel\Discovery\ProbeDuplexAsyncResult.cs (12)
115
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel> thisPtr =
116
(
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel>)result.AsyncState;
142
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel> thisPtr =
143
(
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel>)result.AsyncState;
152
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel> thisPtr =
153
(
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel>)result.AsyncState;
335
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel> probeDuplexAsyncResult;
339
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel> probeDuplexAsyncResult,
376
readonly
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel> probeDuplexAsyncResult;
379
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel> probeDuplexAsyncResult,
419
readonly
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel> probeDuplexAsyncResult;
421
public DuplexFindContext(FindCriteria criteria,
ProbeDuplexAsyncResult
<TProbeMessage, TResponseChannel> probeDuplexAsyncResult)