iControl.LocalLBProfileFastHttp.set_header_insert C# (CSharp) Method

set_header_insert() private method

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