iControl.LocalLBProfileHttp.set_header_erase C# (CSharp) Méthode

set_header_erase() private méthode

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