iControl.LocalLBProfileHttp.set_header_erase C# (CSharp) Method

set_header_erase() private method

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