6 references to PortProtocol
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (4)
1218
svc.Spec.Protocol =
PortProtocol
.FromProtocolType(endpoint.Protocol);
1320
svc.Spec.Protocol =
PortProtocol
.TCP;
2993
portSpec.Protocol =
PortProtocol
.TCP;
2996
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;