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

Post() public method

Posts the supplied data to specified url.
public Post ( ) : String
return String
        public String Post()
        {
            return Post(10000);
        }

Same methods

H3HttpPost::Post ( Int32 timeout ) : String
H3HttpPost::Post ( String url ) : String
H3HttpPost::Post ( String url, Int32 timeout ) : String
H3HttpPost::Post ( String url, NameValueCollection values ) : String
H3HttpPost::Post ( String url, NameValueCollection values, Int32 timeout ) : String