iControl.LocalLBProfileHttpClass.set_redirect_location C# (CSharp) Method

set_redirect_location() private method

private set_redirect_location ( string profile_names, LocalLBProfileString redirect_locations ) : void
profile_names string
redirect_locations LocalLBProfileString
return void
        public void set_redirect_location(
		string [] profile_names,
		LocalLBProfileString [] redirect_locations
	)
        {
            this.Invoke("set_redirect_location", new object [] {
                profile_names,
                redirect_locations});
        }
LocalLBProfileHttpClass