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