1 implementation of IEchoService
Binding.UDS.IntegrationTests (1)
ServiceContract\EchoService.cs (1)
9
public class EchoService :
IEchoService
19 references to IEchoService
Binding.UDS.IntegrationTests (19)
ServiceContract\IEchoService.cs (1)
11
public const string TESTSERVICE_NAME = nameof(
IEchoService
);
UDSBindingTests.cs (18)
33
System.ServiceModel.ChannelFactory<
IEchoService
> factory = null;
34
IEchoService
serviceProxy = null;
44
factory = new System.ServiceModel.ChannelFactory<
IEchoService
>(binding,
70
System.ServiceModel.ChannelFactory<
IEchoService
> factory = null;
71
IEchoService
channel = null;
79
factory = new System.ServiceModel.ChannelFactory<
IEchoService
>(binding,
115
var factory = new System.ServiceModel.ChannelFactory<
IEchoService
>(binding,
126
var
channel = factory.CreateChannel();
151
System.ServiceModel.ChannelFactory<
IEchoService
> factory = null;
152
IEchoService
channel = null;
159
factory = new System.ServiceModel.ChannelFactory<
IEchoService
>(binding,
183
System.ServiceModel.ChannelFactory<
IEchoService
> factory = null;
184
IEchoService
serviceProxy = null;
194
factory = new System.ServiceModel.ChannelFactory<
IEchoService
>(binding,
232
builder.AddServiceEndpoint<EchoService,
IEchoService
>(serverBinding, "net.uds://" + GetUDSFilePath());
261
builder.AddServiceEndpoint<EchoService,
IEchoService
>(udsBinding, "net.uds://" + GetUDSFilePath());
290
builder.AddServiceEndpoint<EchoService,
IEchoService
>(udsBinding, "net.uds://" + GetUDSFilePath());
329
builder.AddServiceEndpoint<EchoService,
IEchoService
>(udsBinding, "net.uds://" + GetUDSFilePath());