System.Net.Http.WinHttpHandlerUnitTests.WinHttpHandlerTest.FakeDefaultWebProxy.GetProxy C# (CSharp) Method

GetProxy() public method

public GetProxy ( Uri destination ) : Uri
destination System.Uri
return System.Uri
            public Uri GetProxy(Uri destination)
            {
                throw new PlatformNotSupportedException();
            }
WinHttpHandlerTest.FakeDefaultWebProxy