18 writes to IsProxied
Aspire.Hosting (1)
ApplicationModel\EndpointAnnotation.cs (1)
53
IsProxied
= isProxied;
Aspire.Hosting.Tests (15)
DistributedApplicationTests.cs (7)
841
endpoint.
IsProxied
= false;
861
endpoint.
IsProxied
= false;
884
e.
IsProxied
= false;
920
e.
IsProxied
= false;
985
endpoint.
IsProxied
= false;
991
endpoint.
IsProxied
= false;
1091
endpoint.
IsProxied
= false;
ProjectResourceTests.cs (2)
606
e.
IsProxied
= isProxied;
612
e.
IsProxied
= isProxied;
WithEndpointTests.cs (6)
43
endpoint.
IsProxied
= false;
53
endpoint.
IsProxied
= true;
57
endpoint.
IsProxied
= false;
78
endpoint.
IsProxied
= false;
88
endpoint.
IsProxied
= true;
92
endpoint.
IsProxied
= false;
ProxylessEndToEnd.AppHost (2)
Program.cs (2)
8
endpoint.
IsProxied
= false;
14
e.
IsProxied
= false;
13 references to IsProxied
Aspire.Hosting (5)
ApplicationModel\EndpointAnnotation.cs (2)
78
get => _port ?? (
IsProxied
|| _portSetToNull ? null : _targetPort);
95
get => _targetPort ?? (
IsProxied
|| _targetPortSetToNull ? null : _port);
Dcp\DcpExecutor.cs (2)
685
if (!svc.HasCompleteAddress && sp.EndpointAnnotation.
IsProxied
)
691
if (!sp.EndpointAnnotation.
IsProxied
&& svc.AllocatedPort is null)
Dcp\ResourceSnapshotBuilder.cs (1)
247
if (ep.EndpointAnnotation.
IsProxied
&& activeEndpoint != null)
Aspire.Hosting.Azure.Tests (7)
AzureFunctionsTests.cs (7)
40
Assert.False(endpointAnnotation.
IsProxied
);
68
Assert.True(endpointAnnotation.
IsProxied
);
91
Assert.False(endpointAnnotation.
IsProxied
);
105
Assert.True(endpointAnnotation.
IsProxied
);
119
Assert.True(endpointAnnotation.
IsProxied
);
198
Assert.False(endpointAnnotation.
IsProxied
);
242
Assert.True(endpointAnnotation.
IsProxied
);
Aspire.Hosting.Tests (1)
WithEndpointTests.cs (1)
615
Assert.True(endpoint.
IsProxied
);