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