6 references to TCP
Aspire.Hosting (6)
Dcp\ContainerCreator.cs (1)
1041portSpec.Protocol = PortProtocol.TCP;
Dcp\Model\Container.cs (4)
281case TCP: 294case TCP: 308return TCP; 329public string Protocol { get; set; } = PortProtocol.TCP;
Dcp\Model\Service.cs (1)
22public string Protocol { get; set; } = PortProtocol.TCP;