Facebook.WebClientWrapper.WebClientWrapper C# (CSharp) Method

WebClientWrapper() public method

public WebClientWrapper ( ) : System
return System
        public WebClientWrapper()
            : this(new WebClient())
        {
        }

Same methods

WebClientWrapper::WebClientWrapper ( WebClient webClient ) : System