Atomia.Provisioning.Modules.Haproxy.Commands.HaproxyCommandBase.REST_Execute_PUT C# (CSharp) Method

REST_Execute_PUT() protected method

protected REST_Execute_PUT ( string uri, string>.Dictionary postdata ) : void
uri string
postdata string>.Dictionary
return void
        protected void REST_Execute_PUT(string uri, Dictionary<string, string> postdata)
        {
            this.REST_Execute_WithPostData(uri, "PUT", postdata);
        }