iControl.LocalLBProfileHttp.set_send_proxy_via_header_type_in_response C# (CSharp) Method

set_send_proxy_via_header_type_in_response() private method

private set_send_proxy_via_header_type_in_response ( string profile_names, LocalLBProfileHttpProfileViaHeader types ) : void
profile_names string
types LocalLBProfileHttpProfileViaHeader
return void
        public void set_send_proxy_via_header_type_in_response(
		string [] profile_names,
		LocalLBProfileHttpProfileViaHeader [] types
	)
        {
            this.Invoke("set_send_proxy_via_header_type_in_response", new object [] {
                profile_names,
                types});
        }
LocalLBProfileHttp