4 types derived from UDS
Binding.UDS.IntegrationTests (4)
UDSBindingTests.cs (4)
219public class StartUpForUDS : UDS 237public class StartupForWindowsAuth : UDS 266public class StartupForUnixDomainSocketTransportCertificate : UDS 305public class StartupForUnixDomainSocketTransportIdentity : UDS
10 references to UDS
Binding.UDS.IntegrationTests (10)
UDSBindingTests.cs (10)
30IHost host = ServiceHelper.CreateWebHostBuilder<StartUpForUDS>(UDS.GetUDSFilePath()); 42Path = UDS.GetUDSFilePath() 67IHost host = ServiceHelper.CreateWebHostBuilder<StartupForWindowsAuth>(UDS.GetUDSFilePath()); 78var uri = new Uri("net.uds://" + UDS.GetUDSFilePath()); 102IHost host = ServiceHelper.CreateWebHostBuilder<StartupForUnixDomainSocketTransportCertificate>(UDS.GetUDSFilePath()); 111Path = UDS.GetUDSFilePath() 148IHost host = ServiceHelper.CreateWebHostBuilder<StartupForUnixDomainSocketTransportIdentity>(UDS.GetUDSFilePath()); 160new System.ServiceModel.EndpointAddress(new Uri("net.uds://" + UDS.GetUDSFilePath()))); 180IHost host = ServiceHelper.CreateWebHostBuilder<StartUpForUDS>(UDS.GetUDSFilePath()); 192Path = UDS.GetInvalidUDSFilePath()