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