iControl.LocalLBProfileICAP.set_header_from C# (CSharp) Method

set_header_from() private method

private set_header_from ( string profile_names, LocalLBProfileString headers ) : void
profile_names string
headers LocalLBProfileString
return void
        public void set_header_from(
		string [] profile_names,
		LocalLBProfileString [] headers
	)
        {
            this.Invoke("set_header_from", new object [] {
                profile_names,
                headers});
        }
LocalLBProfileICAP