1 implementation of IDuplexRouterCallback
System.ServiceModel.Routing (1)
System\ServiceModel\Routing\ClientFactory.cs (1)
376class DuplexCallbackProxy : IDuplexRouterCallback
10 references to IDuplexRouterCallback
System.ServiceModel.Routing (10)
System\ServiceModel\Routing\ClientFactory.cs (6)
379IDuplexRouterCallback callbackInstance; 382public DuplexCallbackProxy(Guid activityID, IDuplexRouterCallback callbackInstance) 392IAsyncResult IDuplexRouterCallback.BeginProcessMessage(Message message, AsyncCallback callback, object state) 409void IDuplexRouterCallback.EndProcessMessage(IAsyncResult result) 431IDuplexRouterCallback callbackInstance; 433public CallbackAsyncResult(IDuplexRouterCallback callbackInstance, Message message, AsyncCallback callback, object state)
System\ServiceModel\Routing\IDuplexSessionRouter.cs (1)
11[ServiceContract(Namespace = RoutingUtilities.RoutingNamespace, SessionMode = SessionMode.Required, CallbackContract = typeof(IDuplexRouterCallback))]
System\ServiceModel\Routing\RoutingEndpointTrait.cs (3)
15IDuplexRouterCallback callbackSession = operationContext.GetCallbackChannel<IDuplexRouterCallback>(); 22public IDuplexRouterCallback CallbackInstance