1 implementation of IConnectionDuplicator
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
306class SharedListenerProxy : IConnectionDuplicator, IInputSessionShutdown
4 references to IConnectionDuplicator
System.ServiceModel (4)
System\ServiceModel\Activation\IConnectionRegister.cs (2)
12[ServiceContract(SessionMode = SessionMode.Required, CallbackContract = typeof(IConnectionDuplicator))] 26[ServiceContract(SessionMode = SessionMode.Required, CallbackContract = typeof(IConnectionDuplicator))]
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
1371IAsyncResult IConnectionDuplicator.BeginDuplicate(DuplicateContext duplicateContext, AsyncCallback callback, object state) 1401void IConnectionDuplicator.EndDuplicate(IAsyncResult result)