System.Net.Http.WinHttpHandlerUnitTests.WinHttpHandlerTest.CustomProxy.IWebProxy C# (CSharp) Метод

IWebProxy() приватный Метод

private IWebProxy ( Uri destination ) : Uri
destination System.Uri
Результат System.Uri
            Uri IWebProxy.GetProxy(Uri destination)
            {
                return new Uri(FakeProxy);
            }

Same methods

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