2 instantiations of ProbeMatchesMessage11
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\Version11\ProbeMatchesMessage11.cs (2)
33return new ProbeMatchesMessage11() 43return new ProbeMatchesMessage11()
17 references to ProbeMatchesMessage11
System.ServiceModel.Discovery (17)
System\ServiceModel\Discovery\DiscoveryProxy.cs (2)
216ProbeMatchesMessage11 IDiscoveryContractManaged11.ProbeOperation(ProbeMessage11 request) 227ProbeMatchesMessage11 IDiscoveryContractManaged11.EndProbeOperation(IAsyncResult result)
System\ServiceModel\Discovery\DiscoveryService.cs (2)
130ProbeMatchesMessage11 IDiscoveryContractManaged11.ProbeOperation(ProbeMessage11 request) 141ProbeMatchesMessage11 IDiscoveryContractManaged11.EndProbeOperation(IAsyncResult result)
System\ServiceModel\Discovery\Version11\DiscoveryInnerClientAdhoc11.cs (1)
116public IAsyncResult BeginProbeMatchOperation(ProbeMatchesMessage11 response, AsyncCallback callback, object state)
System\ServiceModel\Discovery\Version11\DiscoveryInnerClientManaged11.cs (2)
89ProbeMatchesMessage11 response = base.Channel.EndProbeOperation(result); 127ProbeMatchesMessage11 response = base.Channel.ProbeOperation(request);
System\ServiceModel\Discovery\Version11\IDiscoveryContractManaged11.cs (2)
15ProbeMatchesMessage11 ProbeOperation(ProbeMessage11 request); 20ProbeMatchesMessage11 EndProbeOperation(IAsyncResult result);
System\ServiceModel\Discovery\Version11\IDiscoveryResponseContract11.cs (1)
15IAsyncResult BeginProbeMatchOperation(ProbeMatchesMessage11 response, AsyncCallback callback, object state);
System\ServiceModel\Discovery\Version11\ProbeDuplex11AsyncResult.cs (1)
52ProbeMatchesMessage11.Create(
System\ServiceModel\Discovery\Version11\ProbeMatchesMessage11.cs (2)
31public static ProbeMatchesMessage11 Create(DiscoveryMessageSequence messageSequence, EndpointDiscoveryMetadata endpointDiscoveryMetadata) 40public static ProbeMatchesMessage11 Create(DiscoveryMessageSequence messageSequence,
System\ServiceModel\Discovery\Version11\ProbeRequestResponse11AsyncResult.cs (4)
10sealed class ProbeRequestResponse11AsyncResult : ProbeRequestResponseAsyncResult<ProbeMessage11, ProbeMatchesMessage11> 20public static ProbeMatchesMessage11 End(IAsyncResult result) 46protected override ProbeMatchesMessage11 GetProbeResponse( 50return ProbeMatchesMessage11.Create(discoveryMessageSequence, matchingEndpoints);