iControl.LocalLBProfileHttp.set_send_proxy_via_header_host_name C# (CSharp) Method

set_send_proxy_via_header_host_name() private method

private set_send_proxy_via_header_host_name ( string profile_names, LocalLBProfileString hostnames ) : void
profile_names string
hostnames LocalLBProfileString
return void
        public void set_send_proxy_via_header_host_name(
		string [] profile_names,
		LocalLBProfileString [] hostnames
	)
        {
            this.Invoke("set_send_proxy_via_header_host_name", new object [] {
                profile_names,
                hostnames});
        }
LocalLBProfileHttp