System.Net.Http.WinHttpHandlerUnitTests.WinHttpHandlerTest.CustomProxy.IWebProxy C# (CSharp) Method

IWebProxy() private method

private IWebProxy ( Uri destination ) : Uri
destination System.Uri
return System.Uri
            Uri IWebProxy.GetProxy(Uri destination)
            {
                return new Uri(FakeProxy);
            }

Same methods

WinHttpHandlerTest.CustomProxy::IWebProxy ( Uri host ) : bool
WinHttpHandlerTest.CustomProxy