iControl.LocalLBOCSPStaplingParameters.set_use_proxy_server_state C# (CSharp) Method

set_use_proxy_server_state() private method

private set_use_proxy_server_state ( string stapling_parameters, CommonEnabledState states ) : void
stapling_parameters string
states CommonEnabledState
return void
        public void set_use_proxy_server_state(
		string [] stapling_parameters,
		CommonEnabledState [] states
	)
        {
            this.Invoke("set_use_proxy_server_state", new object [] {
                stapling_parameters,
                states});
        }
LocalLBOCSPStaplingParameters