System.Net.Tests.GlobalProxySelectionTest.MyWebProxy.GetProxy C# (CSharp) Метод

GetProxy() публичный Метод

public GetProxy ( Uri destination ) : Uri
destination Uri
Результат Uri
            public Uri GetProxy(Uri destination)
            {
                throw new NotImplementedException();
            }
GlobalProxySelectionTest.MyWebProxy