iControl.LocalLBProfileFastHttp.set_http11_close_workarounds_state C# (CSharp) Method

set_http11_close_workarounds_state() private method

private set_http11_close_workarounds_state ( string profile_names, LocalLBProfileEnabledState states ) : void
profile_names string
states LocalLBProfileEnabledState
return void
        public void set_http11_close_workarounds_state(
		string [] profile_names,
		LocalLBProfileEnabledState [] states
	)
        {
            this.Invoke("set_http11_close_workarounds_state", new object [] {
                profile_names,
                states});
        }
LocalLBProfileFastHttp