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

WindowsProxyUsePolicy_SetUseWinHttpProxy_NoExceptionThrown() private method

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

            handler.WindowsProxyUsePolicy = WindowsProxyUsePolicy.UseWinHttpProxy;
        }
WinHttpHandlerTest