1 interface inheriting from ISessionTestsDefaultService
ScenarioTests.Common.Tests (1)
ServiceInterfaces.cs (1)
638public interface ISessionTestsShortTimeoutService : ISessionTestsDefaultService
13 references to ISessionTestsDefaultService
Client.ClientBase.IntegrationTests (13)
SessionTests.cs (13)
19ChannelFactory<ISessionTestsDefaultService> factory = null; 20ISessionTestsDefaultService channel = null; 24factory = CreateChannelFactoryHelper<ISessionTestsDefaultService>(Endpoints.Tcp_Session_Tests_Default_Service); 52ChannelFactory<ISessionTestsDefaultService> channelFactory = null; 53ISessionTestsDefaultService channel1 = null, channel2 = null; 57channelFactory = CreateChannelFactoryHelper<ISessionTestsDefaultService>(Endpoints.Tcp_Session_Tests_Default_Service); 101using (var factory = CreateChannelFactoryHelper<ISessionTestsDefaultService>(Endpoints.Tcp_Session_Tests_Default_Service)) 103ISessionTestsDefaultService channel1 = null; 123using (var factory = CreateChannelFactoryHelper<ISessionTestsDefaultService>(Endpoints.Tcp_Session_Tests_Default_Service)) 125ISessionTestsDefaultService channel2 = null; 147using (var factory = CreateChannelFactoryHelper<ISessionTestsDefaultService>(Endpoints.Tcp_Session_Tests_Default_Service)) 149ISessionTestsDefaultService channel3 = null; 173ISessionTestsDefaultService channel = null;