13 references to GetUDSFilePath
Binding.UDS.IntegrationTests (13)
UDSBindingTests.cs (13)
30
IHost host = ServiceHelper.CreateWebHostBuilder<StartUpForUDS>(UDS.
GetUDSFilePath
());
42
Path = UDS.
GetUDSFilePath
()
67
IHost host = ServiceHelper.CreateWebHostBuilder<StartupForWindowsAuth>(UDS.
GetUDSFilePath
());
78
var uri = new Uri("net.uds://" + UDS.
GetUDSFilePath
());
102
IHost host = ServiceHelper.CreateWebHostBuilder<StartupForUnixDomainSocketTransportCertificate>(UDS.
GetUDSFilePath
());
111
Path = UDS.
GetUDSFilePath
()
148
IHost host = ServiceHelper.CreateWebHostBuilder<StartupForUnixDomainSocketTransportIdentity>(UDS.
GetUDSFilePath
());
160
new System.ServiceModel.EndpointAddress(new Uri("net.uds://" + UDS.
GetUDSFilePath
())));
180
IHost host = ServiceHelper.CreateWebHostBuilder<StartUpForUDS>(UDS.
GetUDSFilePath
());
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
());