6 references to PortProtocol
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (4)
1130
svc.Spec.Protocol =
PortProtocol
.FromProtocolType(endpoint.Protocol);
1224
svc.Spec.Protocol =
PortProtocol
.TCP;
2811
portSpec.Protocol =
PortProtocol
.TCP;
2814
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;