iControl.LocalLBProfileHttp.set_send_proxy_via_header_host_name C# (CSharp) 메소드

set_send_proxy_via_header_host_name() 개인적인 메소드

private set_send_proxy_via_header_host_name ( string profile_names, LocalLBProfileString hostnames ) : void
profile_names string
hostnames LocalLBProfileString
리턴 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