6 references to PortProtocol
Aspire.Hosting (6)
Dcp\DcpExecutor.cs (4)
1062
svc.Spec.Protocol =
PortProtocol
.FromProtocolType(endpoint.Protocol);
1156
svc.Spec.Protocol =
PortProtocol
.TCP;
2528
portSpec.Protocol =
PortProtocol
.TCP;
2531
portSpec.Protocol =
PortProtocol
.UDP;
Dcp\Model\Container.cs (1)
290
public string Protocol { get; set; } =
PortProtocol
.TCP;
Dcp\Model\Service.cs (1)
22
public string Protocol { get; set; } =
PortProtocol
.TCP;