3 references to IServiceContractIntOutService
Contract.Service.IntegrationTests (3)
ServiceContractTests.4.0.0.cs (3)
25
ChannelFactory<
IServiceContractIntOutService
> factory = null;
26
IServiceContractIntOutService
serviceProxy = null;
33
factory = new ChannelFactory<
IServiceContractIntOutService
>(binding, new EndpointAddress(Endpoints.ServiceContractAsyncIntOut_Address));