System.Net.Tests.GlobalProxySelectionTest.MyWebProxy.GetProxy C# (CSharp) Method

GetProxy() public method

public GetProxy ( Uri destination ) : Uri
destination Uri
return Uri
            public Uri GetProxy(Uri destination)
            {
                throw new NotImplementedException();
            }
GlobalProxySelectionTest.MyWebProxy