6 references to TCP
Aspire.Hosting (6)
Dcp\ApplicationExecutor.cs (1)
1618portSpec.Protocol = PortProtocol.TCP; break;
Dcp\Model\Container.cs (4)
213case TCP: 226case TCP: 240return TCP; 261public string Protocol { get; set; } = PortProtocol.TCP;
Dcp\Model\Service.cs (1)
21public string Protocol { get; set; } = PortProtocol.TCP;