4 types derived from UDS
Binding.UDS.IntegrationTests (4)
UDSBindingTests.cs (4)
219
public class StartUpForUDS :
UDS
237
public class StartupForWindowsAuth :
UDS
266
public class StartupForUnixDomainSocketTransportCertificate :
UDS
305
public class StartupForUnixDomainSocketTransportIdentity :
UDS
10 references to UDS
Binding.UDS.IntegrationTests (10)
UDSBindingTests.cs (10)
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());
192
Path =
UDS
.GetInvalidUDSFilePath()