AspUnitRunner.Infrastructure.AspClient.AspClient C# (CSharp) Method

AspClient() public method

public AspClient ( IWebClientFactory webClientFactory, IResponseDecoder responseDecoder ) : System.Collections.Specialized
webClientFactory IWebClientFactory
responseDecoder IResponseDecoder
return System.Collections.Specialized
        public AspClient(IWebClientFactory webClientFactory, IResponseDecoder responseDecoder)
        {
            _factory = webClientFactory;
            _responseDecoder = responseDecoder;
        }