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

WindowsProxyUsePolicy_SetUseWinWinInetProxy_NoExceptionThrown() private method

        public void WindowsProxyUsePolicy_SetUseWinWinInetProxy_NoExceptionThrown()
        {
            var handler = new WinHttpHandler();

            handler.WindowsProxyUsePolicy = WindowsProxyUsePolicy.UseWinInetProxy;
        }
WinHttpHandlerTest