5 references to PortProtocol
Aspire.Hosting (5)
Dcp\ApplicationExecutor.cs (3)
1026
svc.Spec.Protocol =
PortProtocol
.FromProtocolType(endpoint.Protocol);
1618
portSpec.Protocol =
PortProtocol
.TCP; break;
1620
portSpec.Protocol =
PortProtocol
.UDP; break;
Dcp\Model\Container.cs (1)
261
public string Protocol { get; set; } =
PortProtocol
.TCP;
Dcp\Model\Service.cs (1)
21
public string Protocol { get; set; } =
PortProtocol
.TCP;