1 implementation of ISimplexDatagramRouter
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingService.cs (1)
37
ISimplexDatagramRouter
,
9 references to ISimplexDatagramRouter
System.ServiceModel.Routing (9)
System\ServiceModel\Routing\ClientFactory.cs (2)
23
if (contractType == typeof(
ISimplexDatagramRouter
))
320
class SimplexDatagramClient : RoutingClientBase<
ISimplexDatagramRouter
>
System\ServiceModel\Routing\RoutingBehavior.cs (1)
106
return typeof(
ISimplexDatagramRouter
);
System\ServiceModel\Routing\RoutingChannelExtension.cs (2)
187
else if (contractType == typeof(
ISimplexDatagramRouter
))
189
return new RoutingChannelExtension<
ISimplexDatagramRouter
>(endpointBehavior);
System\ServiceModel\Routing\RoutingService.cs (4)
259
IAsyncResult
ISimplexDatagramRouter
.BeginProcessMessage(Message message, AsyncCallback callback, object state)
261
return this.BeginProcessMessage<
ISimplexDatagramRouter
>(message, callback, state);
264
void
ISimplexDatagramRouter
.EndProcessMessage(IAsyncResult result)
266
this.EndProcessMessage<
ISimplexDatagramRouter
>(result);