1 write to TunnelEndpoint
Aspire.Hosting.Maui (1)
Annotations\OtlpDevTunnelConfigurationAnnotation.cs (1)
62
TunnelEndpoint
= tunnelEndpoint;
4 references to TunnelEndpoint
Aspire.Hosting.Maui (1)
MauiOtlpExtensions.cs (1)
548
tunnelConfig.
TunnelEndpoint
,
Aspire.Hosting.Maui.Tests (3)
MauiPlatformExtensionsTests.cs (3)
1237
Assert.Null(tunnelConfig.
TunnelEndpoint
.EndpointAnnotation.AllocatedEndpoint);
1254
tunnelConfig.
TunnelEndpoint
.EndpointAnnotation.AllocatedEndpoint =
1255
new AllocatedEndpoint(tunnelConfig.
TunnelEndpoint
.EndpointAnnotation, "mobile-otlp.devtunnels.ms", 443);