5 references to PortProtocol
Aspire.Hosting (5)
Dcp\DcpExecutor.cs (3)
886
svc.Spec.Protocol =
PortProtocol
.FromProtocolType(endpoint.Protocol);
2012
portSpec.Protocol =
PortProtocol
.TCP;
2015
portSpec.Protocol =
PortProtocol
.UDP;
Dcp\Model\Container.cs (1)
290
public string Protocol { get; set; } =
PortProtocol
.TCP;
Dcp\Model\Service.cs (1)
21
public string Protocol { get; set; } =
PortProtocol
.TCP;