System.Net.Tests.ServicePointManagerTest.FixedWebProxy.GetProxy C# (CSharp) Method

GetProxy() public method

public GetProxy ( Uri destination ) : Uri
destination Uri
return Uri
            public Uri GetProxy(Uri destination) => _proxyAddress;
            public bool IsBypassed(Uri host) => false;
ServicePointManagerTest.FixedWebProxy