4 types derived from UDS
Binding.UDS.IntegrationTests (4)
UDSBindingTests.cs (4)
223public class StartUpForUDS : UDS 241public class StartupForWindowsAuth : UDS 270public class StartupForUnixDomainSocketTransportCertificate : UDS 309public 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()); 81Path = UDS.GetUDSFilePath() 106IHost host = ServiceHelper.CreateWebHostBuilder<StartupForUnixDomainSocketTransportCertificate>(UDS.GetUDSFilePath()); 115Path = UDS.GetUDSFilePath() 152IHost host = ServiceHelper.CreateWebHostBuilder<StartupForUnixDomainSocketTransportIdentity>(UDS.GetUDSFilePath()); 164new System.ServiceModel.EndpointAddress(new Uri("net.uds://" + UDS.GetUDSFilePath()))); 184IHost host = ServiceHelper.CreateWebHostBuilder<StartUpForUDS>(UDS.GetUDSFilePath()); 196Path = UDS.GetInvalidUDSFilePath()