5 references to PortProtocol
Aspire.Hosting (5)
Dcp\ApplicationExecutor.cs (3)
1026svc.Spec.Protocol = PortProtocol.FromProtocolType(endpoint.Protocol); 1618portSpec.Protocol = PortProtocol.TCP; break; 1620portSpec.Protocol = PortProtocol.UDP; break;
Dcp\Model\Container.cs (1)
261public string Protocol { get; set; } = PortProtocol.TCP;
Dcp\Model\Service.cs (1)
21public string Protocol { get; set; } = PortProtocol.TCP;