6 writes to Protocol
Aspire.Hosting.Radius (1)
Publishing\RadiusInfrastructureBuilder.cs (1)
1099
Protocol
= protocol,
Aspire.Hosting.Radius.Tests (5)
Publishing\ConfigureRadiusInfrastructureTests.cs (5)
396
Protocol
= "TCP",
452
Protocol
= "UDP",
483
Protocol
= "TCP",
565
Protocol
= "TCP",
619
Protocol
= "TCP",
4 references to Protocol
Aspire.Hosting.Radius (4)
Publishing\Constructs\ContainerPortConstruct.cs (1)
45
_protocol = DefineProperty<string>(nameof(
Protocol
), ["protocol"]);
Publishing\RadiusInfrastructureBuilder.cs (3)
299
((IBicepValue)kv.Value.
Protocol
).LiteralValue is string literalProtocol ? literalProtocol : string.Empty),
1519
var protocolValueBicep = (IBicepValue)port.
Protocol
;
1571
((IBicepValue)port.
Protocol
).LiteralValue is not string literalProtocol)