6 references to PortProtocol
Aspire.Hosting (6)
Dcp\ContainerCreator.cs (3)
439
svc.Spec.Protocol =
PortProtocol
.FromProtocolType(endpoint.Protocol);
1041
portSpec.Protocol =
PortProtocol
.TCP;
1044
portSpec.Protocol =
PortProtocol
.UDP;
Dcp\DcpExecutor.cs (1)
701
svc.Spec.Protocol =
PortProtocol
.FromProtocolType(endpoint.Protocol);
Dcp\Model\Container.cs (1)
329
public string Protocol { get; set; } =
PortProtocol
.TCP;
Dcp\Model\Service.cs (1)
22
public string Protocol { get; set; } =
PortProtocol
.TCP;