iControl.ManagementOCSPResponder.set_url C# (CSharp) Method

set_url() private method

private set_url ( string responders, string urls ) : void
responders string
urls string
return void
        public void set_url(
		string [] responders,
		string [] urls
	)
        {
            this.Invoke("set_url", new object [] {
                responders,
                urls});
        }
ManagementOCSPResponder