5 references to PortProtocol
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (3)
733svc.Spec.Protocol = PortProtocol.FromProtocolType(endpoint.Protocol); 1654portSpec.Protocol = PortProtocol.TCP; 1657portSpec.Protocol = PortProtocol.UDP;
Dcp\Model\Container.cs (1)
279public string Protocol { get; set; } = PortProtocol.TCP;
Dcp\Model\Service.cs (1)
21public string Protocol { get; set; } = PortProtocol.TCP;