3 references to YarpWebProxyConfig
Aspire.Hosting.Yarp (2)
ConfigurationBuilder\YarpCluster.cs (1)
267private static WebProxyConfig ToWebProxyConfig(YarpWebProxyConfig config)
ConfigurationBuilder\YarpClusterConfigDtos.cs (1)
74public YarpWebProxyConfig? WebProxy { get; set; }
Aspire.Hosting.Yarp.Tests (1)
YarpClusterTests.cs (1)
227AssertDtoShapeMatchesYarpConfig<YarpWebProxyConfig, WebProxyConfig>();