iControl.LocalLBProfileHttp.set_passthrough_oversize_server_headers_state C# (CSharp) 메소드

set_passthrough_oversize_server_headers_state() 개인적인 메소드

private set_passthrough_oversize_server_headers_state ( string profile_names, LocalLBProfileEnabledState states ) : void
profile_names string
states LocalLBProfileEnabledState
리턴 void
        public void set_passthrough_oversize_server_headers_state(
		string [] profile_names,
		LocalLBProfileEnabledState [] states
	)
        {
            this.Invoke("set_passthrough_oversize_server_headers_state", new object [] {
                profile_names,
                states});
        }
LocalLBProfileHttp