6 references to PortProtocol
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (4)
1213
svc.Spec.Protocol =
PortProtocol
.FromProtocolType(endpoint.Protocol);
1315
svc.Spec.Protocol =
PortProtocol
.TCP;
2903
portSpec.Protocol =
PortProtocol
.TCP;
2906
portSpec.Protocol =
PortProtocol
.UDP;
Dcp\Model\Container.cs (1)
294
public string Protocol { get; set; } =
PortProtocol
.TCP;
Dcp\Model\Service.cs (1)
22
public string Protocol { get; set; } =
PortProtocol
.TCP;