iControl.LocalLBProfileHttp.get_permitted_response_header C# (CSharp) Method

get_permitted_response_header() private method

private get_permitted_response_header ( string profile_names ) : LocalLBProfileStringArray[]
profile_names string
return LocalLBProfileStringArray[]
        public LocalLBProfileStringArray[] get_permitted_response_header(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_permitted_response_header", new object [] {
                profile_names});
            return ((LocalLBProfileStringArray [])(results[0]));
        }
LocalLBProfileHttp