Argentini.Halide.H3HttpPost.H3HttpPost C# (CSharp) Method

H3HttpPost() public method

Constructor allowing the setting of the url and items to post.
public H3HttpPost ( String url, NameValueCollection values ) : System
url String the url for the post.
values System.Collections.Specialized.NameValueCollection The values for the post.
return System
        public H3HttpPost(String url, NameValueCollection values)
            : this(url)
        {
            m_values = values;
        }

Same methods

H3HttpPost::H3HttpPost ( ) : System
H3HttpPost::H3HttpPost ( String url ) : System