4 instantiations of ProbeMessage11
System.ServiceModel.Discovery (4)
System\ServiceModel\Discovery\Version11\DiscoveryInnerClientAdhoc11.cs (2)
80
ProbeMessage11 request = new
ProbeMessage11
();
104
ProbeMessage11 request = new
ProbeMessage11
();
System\ServiceModel\Discovery\Version11\DiscoveryInnerClientManaged11.cs (2)
74
ProbeMessage11 request = new
ProbeMessage11
();
124
ProbeMessage11 request = new
ProbeMessage11
();
26 references to ProbeMessage11
System.ServiceModel.Discovery (26)
System\ServiceModel\Discovery\DiscoveryProxy.cs (4)
186
void IDiscoveryContractAdhoc11.ProbeOperation(
ProbeMessage11
request)
191
IAsyncResult IDiscoveryContractAdhoc11.BeginProbeOperation(
ProbeMessage11
request, AsyncCallback callback, object state)
216
ProbeMatchesMessage11 IDiscoveryContractManaged11.ProbeOperation(
ProbeMessage11
request)
222
IAsyncResult IDiscoveryContractManaged11.BeginProbeOperation(
ProbeMessage11
request, AsyncCallback callback, object state)
System\ServiceModel\Discovery\DiscoveryService.cs (4)
100
void IDiscoveryContractAdhoc11.ProbeOperation(
ProbeMessage11
request)
105
IAsyncResult IDiscoveryContractAdhoc11.BeginProbeOperation(
ProbeMessage11
request, AsyncCallback callback, object state)
130
ProbeMatchesMessage11 IDiscoveryContractManaged11.ProbeOperation(
ProbeMessage11
request)
136
IAsyncResult IDiscoveryContractManaged11.BeginProbeOperation(
ProbeMessage11
request, AsyncCallback callback, object state)
System\ServiceModel\Discovery\Version11\DiscoveryInnerClientAdhoc11.cs (4)
80
ProbeMessage11
request = new ProbeMessage11();
104
ProbeMessage11
request = new ProbeMessage11();
208
public void ProbeOperation(
ProbeMessage11
request)
218
public IAsyncResult BeginProbeOperation(
ProbeMessage11
request, AsyncCallback callback, object state)
System\ServiceModel\Discovery\Version11\DiscoveryInnerClientManaged11.cs (2)
74
ProbeMessage11
request = new ProbeMessage11();
124
ProbeMessage11
request = new ProbeMessage11();
System\ServiceModel\Discovery\Version11\IDiscoveryContractAdhoc11.cs (2)
16
void ProbeOperation(
ProbeMessage11
request);
19
IAsyncResult BeginProbeOperation(
ProbeMessage11
request, AsyncCallback callback, object state);
System\ServiceModel\Discovery\Version11\IDiscoveryContractManaged11.cs (2)
15
ProbeMatchesMessage11 ProbeOperation(
ProbeMessage11
request);
18
IAsyncResult BeginProbeOperation(
ProbeMessage11
request, AsyncCallback callback, object state);
System\ServiceModel\Discovery\Version11\ProbeDuplex11AsyncResult.cs (4)
9
sealed class ProbeDuplex11AsyncResult : ProbeDuplexAsyncResult<
ProbeMessage11
, IDiscoveryResponseContract11>
11
internal ProbeDuplex11AsyncResult(
ProbeMessage11
probeMessage,
25
protected override bool ValidateContent(
ProbeMessage11
probeMessage)
39
protected override FindCriteria GetFindCriteria(
ProbeMessage11
probeMessage)
System\ServiceModel\Discovery\Version11\ProbeRequestResponse11AsyncResult.cs (4)
10
sealed class ProbeRequestResponse11AsyncResult : ProbeRequestResponseAsyncResult<
ProbeMessage11
, ProbeMatchesMessage11>
12
internal ProbeRequestResponse11AsyncResult(
ProbeMessage11
probeMessage,
26
protected override bool ValidateContent(
ProbeMessage11
probeMessage)
41
protected override FindCriteria GetFindCriteria(
ProbeMessage11
probeMessage)