iControl.LocalLBProfileHttp.get_passthrough_oversize_client_headers_state C# (CSharp) Method

get_passthrough_oversize_client_headers_state() private method

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