iControl.LocalLBProfileHttp.set_passthrough_unknown_method_mode C# (CSharp) Method

set_passthrough_unknown_method_mode() private method

private set_passthrough_unknown_method_mode ( string profile_names, LocalLBProfileHttpProfilePassthroughMode modes ) : void
profile_names string
modes LocalLBProfileHttpProfilePassthroughMode
return void
        public void set_passthrough_unknown_method_mode(
		string [] profile_names,
		LocalLBProfileHttpProfilePassthroughMode [] modes
	)
        {
            this.Invoke("set_passthrough_unknown_method_mode", new object [] {
                profile_names,
                modes});
        }
LocalLBProfileHttp