6 references to PortProtocol
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (4)
1100
svc.Spec.Protocol =
PortProtocol
.FromProtocolType(endpoint.Protocol);
1194
svc.Spec.Protocol =
PortProtocol
.TCP;
2764
portSpec.Protocol =
PortProtocol
.TCP;
2767
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;