1 implementation of ISimplexSessionRouter
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\RoutingService.cs (1)
38
ISimplexSessionRouter
,
9 references to ISimplexSessionRouter
System.ServiceModel.Routing (9)
System\ServiceModel\Routing\ClientFactory.cs (2)
31
else if (contractType == typeof(
ISimplexSessionRouter
))
339
class SimplexSessionClient : RoutingClientBase<
ISimplexSessionRouter
>
System\ServiceModel\Routing\RoutingBehavior.cs (1)
102
return typeof(
ISimplexSessionRouter
);
System\ServiceModel\Routing\RoutingChannelExtension.cs (2)
197
Fx.Assert(contractType == typeof(
ISimplexSessionRouter
), "Was a new contract added?");
198
return new RoutingChannelExtension<
ISimplexSessionRouter
>(endpointBehavior);
System\ServiceModel\Routing\RoutingService.cs (4)
226
IAsyncResult
ISimplexSessionRouter
.BeginProcessMessage(Message message, AsyncCallback callback, object state)
228
return this.BeginProcessMessage<
ISimplexSessionRouter
>(message, callback, state);
231
void
ISimplexSessionRouter
.EndProcessMessage(IAsyncResult result)
233
this.EndProcessMessage<
ISimplexSessionRouter
>(result);